Explorar o código

bugfix for hide

ncannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
1037f2cfdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();