mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
Improve proc spawn behavior.
Interim until async / promises support is in.
This commit is contained in:
1
dist/cli/error.js
vendored
1
dist/cli/error.js
vendored
@ -140,7 +140,6 @@ Error-handling routines for HackMyResume.
|
||||
if (ex.inner) {
|
||||
msg += chalk.red('\n' + ex.inner);
|
||||
}
|
||||
withStack = true;
|
||||
quit = false;
|
||||
etype = 'error';
|
||||
break;
|
||||
|
Reference in New Issue
Block a user