mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
fix: remove extraneous log statement
This commit is contained in:
parent
2bf5bb72cf
commit
2346562428
1
dist/cli/main.js
vendored
1
dist/cli/main.js
vendored
@ -257,7 +257,6 @@ Definition of the `main` function.
|
||||
|
||||
executeFail = function(err) {
|
||||
var finalErrorCode, msgs;
|
||||
console.dir(err);
|
||||
finalErrorCode = -1;
|
||||
if (err) {
|
||||
if (err.fluenterror) {
|
||||
|
@ -288,7 +288,7 @@ executeSuccess = (obj) ->
|
||||
|
||||
### Failure handler for verb invocations. Calls process.exit by default ###
|
||||
executeFail = (err) ->
|
||||
console.dir err
|
||||
#console.dir err
|
||||
finalErrorCode = -1
|
||||
if err
|
||||
if err.fluenterror
|
||||
|
Loading…
Reference in New Issue
Block a user