Enable no-process-exit ESLint rule (#11025)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
341964bd4e
commit
facfd4d8a1
@@ -108,4 +108,4 @@ console.log("Cleaning up");
|
||||
fs.removeSync(tempFolderPath);
|
||||
fs.removeSync(packPath);
|
||||
|
||||
process.exit(errorOccurred ? 1 : 0);
|
||||
process.exitCode = errorOccurred ? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user