瀏覽代碼

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

Yuxiao Mao 3 月之前
父節點
當前提交
921add1eaa
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      hide/view/DevTools.hx

+ 0 - 3
hide/view/DevTools.hx

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