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