浏览代码

bugfix for hide

ncannasse 8 年之前
父节点
当前提交
1037f2cfdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/fs/LocalFileSystem.hx

+ 1 - 1
hxd/fs/LocalFileSystem.hx

@@ -465,7 +465,7 @@ class LocalFileSystem implements FileSystem {
 
 		var skipConvert = false;
 
-		#if sys
+		#if (sys || nodejs)
 		// prepare output dir
 		var parts = path.split("/");
 		parts.pop();