rm string coercion

This commit is contained in:
2026-01-20 14:13:16 -06:00
parent 2841e91f40
commit b28ef39562
3 changed files with 188 additions and 201 deletions

View File

@@ -324,7 +324,7 @@ function run_tests(package_name, specific_test) {
} catch (e) {
test_entry.status = "failed"
test_entry.error = {
message: e.toString(),
message: e,
stack: e.stack || ""
}
if (e.name) test_entry.error.name = e.name