We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6feba commit be62bebCopy full SHA for be62beb
src/system/webviewEvents/funcList.ts
@@ -84,7 +84,8 @@ export default function webviewFuncList() {
84
}));
85
} else if (defaultLaunchAppList.length === 1) {
86
done(null);
87
- script.rerun();
+ script.stop();
88
+ script.run();
89
launchPackage(defaultLaunchAppList[0]);
90
} else {
91
const storeSettings = storeCommon.get('settings', {});
0 commit comments