Skip to content

Commit 8492be3

Browse files
committed
console-this test - log entire exception instead of just the stack (needs PR79 for best display)
1 parent bac446c commit 8492be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/js/console-this.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function assert(test)
1515
if (!test)
1616
{
1717
exitCode = 1;
18-
console.error(new Error('Assertion failure').stack);
18+
console.error(new Error('Assertion failure'));
1919
}
2020
}
2121

0 commit comments

Comments
 (0)