Skip to content

Commit be62beb

Browse files
committed
再次修复错误执行rerun
1 parent ae6feba commit be62beb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/system/webviewEvents/funcList.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export default function webviewFuncList() {
8484
}));
8585
} else if (defaultLaunchAppList.length === 1) {
8686
done(null);
87-
script.rerun();
87+
script.stop();
88+
script.run();
8889
launchPackage(defaultLaunchAppList[0]);
8990
} else {
9091
const storeSettings = storeCommon.get('settings', {});

0 commit comments

Comments
 (0)