mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-06-06 20:46:13 +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