2
0
Nicolas Cannasse 5 жил өмнө
parent
commit
4b458995c0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      hide/Ide.hx

+ 1 - 1
hide/Ide.hx

@@ -114,7 +114,7 @@ class Ide {
 		fileWatcher = new hide.tools.FileWatcher();
 
 		if( !sys.FileSystem.exists(current) || !sys.FileSystem.isDirectory(current) ) {
-			js.Browser.alert(current+" no longer exists");
+			if( current != "" ) js.Browser.alert(current+" no longer exists");
 			current = cwd;
 		}