We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8603c5e commit 258da57Copy full SHA for 258da57
core/error.rs
@@ -157,7 +157,6 @@ pub fn to_v8_error<'a>(
157
// XXX: Prevent panic "Custom error class must have a builder registered: Uncaught null"
158
// from taking down the whole process. Return the underlying error message instead.
159
if js_error.exception_message == "Uncaught null" {
160
- println!("to_v8_error: {msg}");
161
return message.into();
162
}
163
0 commit comments