mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +01:00
Remove process.exit() call.
This commit is contained in:
@ -37,8 +37,6 @@ function main() {
|
||||
|
||||
// Generate!
|
||||
FCMD.generate( src, dst, opts, logMsg );
|
||||
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
function logMsg( msg ) {
|
||||
|
Reference in New Issue
Block a user