浏览代码

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 ) {
 			ide.error("Unable to open profile: " + e.message);
-			this.state.profileFilePath = null;
-			saveState();
-			syncTitle();
 		}
 
 	}