Updates
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ try {
|
||||
}
|
||||
|
||||
process.on("exit", (code) => {
|
||||
if (code == 1) {
|
||||
if (code == global.SYNC_SUCCESS_EXIT_CODE) {
|
||||
const args = process.argv;
|
||||
const cmd = args.shift();
|
||||
if (cmd) {
|
||||
|
||||
Reference in New Issue
Block a user