Skip to content

Commit

Permalink
log unknown errors. closes #587
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jul 14, 2014
1 parent 3848327 commit c61c245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/gulp.js
Expand Up @@ -157,6 +157,8 @@ function formatError(e) {
} else {
return e.err.stack;
}

return String(e.err);
}

// wire up logging events
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"graceful-fs": "^3.0.0",
"istanbul": "^0.3.0",
"jshint": "^2.5.0",
"jshint-stylish": "^0.3.0",
"jshint-stylish": "^0.4.0",
"marked-man": "^0.1.3",
"mkdirp": "^0.5.0",
"mocha": "^1.17.0",
Expand Down

0 comments on commit c61c245

Please sign in to comment.