Skip to content

Commit 6d4f058

Browse files
authored
Removed early Exit.
1 parent cc85e76 commit 6d4f058

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/tran_users.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ async function Start() {
138138
}
139139
});
140140
console.log(`[\x1b[32m[!]\x1b[0m]`,`All ${rows.length} users were moved or where moved already`);
141-
process.exit(2)
142141
});
143142
});
144143
});
145144
});
146145
}
147146

148-
Start()
147+
Start()

0 commit comments

Comments
 (0)