diff --git a/testing/mod.ts b/testing/mod.ts index 06089a80ad..e8e00ca742 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;