Fixes to run the new Explorer on Windows
[ede] / newexplorer / src / Explorer.ec
index cb9fa3d..455ef9d 100644 (file)
@@ -9,7 +9,9 @@ class Explorer : GuiApplication
       QuickPathTool goPath { };
       QuickPathTool searchPath { };
       char * findWhat = null;
+
       SetLoggingMode(debug, null);
+
       if(argc > 1)
       {
          if(!strcmpi(argv[1], "go") && argc > 2)