@@ -314,7 +314,7 @@ function run_tests(package_name, specific_test) {
if (is_text(ret)) {
throw new Error(ret)
} else if (ret && (is_text(ret.message) || ret instanceof Error)) {
} else if (ret && (is_text(ret.message) || is_proto(ret, Error))) {
throw ret
}
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.