Browse Source

DevTools: do not clean filepath on error, as watch is still active

Yuxiao Mao 3 months ago
parent
commit
921add1eaa
1 changed files with 0 additions and 3 deletions
  1. 0 3
      hide/view/DevTools.hx

+ 0 - 3
hide/view/DevTools.hx

@@ -67,9 +67,6 @@ setTimeout(function() {
 			');
 		} catch( e ) {
 			ide.error("Unable to open profile: " + e.message);
-			this.state.profileFilePath = null;
-			saveState();
-			syncTitle();
 		}
 
 	}