diff options
| -rw-r--r-- | testing/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mod.ts b/testing/mod.ts index 06089a80a..e8e00ca74 100644 --- a/testing/mod.ts +++ b/testing/mod.ts @@ -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; |
