diff --git a/scripts/devtoolsInstaller.js b/scripts/devtoolsInstaller.js index 3af8068e..60348b1e 100644 --- a/scripts/devtoolsInstaller.js +++ b/scripts/devtoolsInstaller.js @@ -42,6 +42,7 @@ const downloadFile = url => { await unzip(filePath, destFolder); fs.unlinkSync(filePath); fs.unlinkSync(`${destFolder}/package.json`);// <- Avoid to display annoyng npm script in vscode + process.exit(); } catch (error) { console.log(error);