@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.