Skip to content

Commit

Permalink
Pretty print exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 12, 2019
1 parent d895c60 commit ba878ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export async function runTests() {
result = red_failed();
console.log("...", result);
console.groupEnd();
console.error((e && e.stack) || e);
console.error(e);
failed++;
if (exitOnFail) {
break;
Expand Down

0 comments on commit ba878ba

Please sign in to comment.