Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispatch error events at the window object. #13156

Merged
merged 3 commits into from Sep 2, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Panic when stringifying an primitive fails.

This should not happen.
  • Loading branch information
Ms2ger committed Sep 2, 2016
commit 137845d47b487895ed0d85883c96e7d2019db44f
@@ -232,8 +232,7 @@ pub unsafe fn report_pending_exception(cx: *mut JSContext, dispatch_event: bool)
}
},
_ => {
error!("Uncaught exception: failed to stringify primitive");
return;
panic!("Uncaught exception: failed to stringify primitive");
},
}
};
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.