mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Fixed a typo in the parameter capture
in v8__Isolate__SetCaptureStackTraceForUncaughtExceptions
(#1410)
This commit is contained in:
parent
be545b7d3d
commit
9dd629e1c3
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ extern "C" {
|
|||
fn v8__Isolate__GetHeapStatistics(this: *mut Isolate, s: *mut HeapStatistics);
|
||||
fn v8__Isolate__SetCaptureStackTraceForUncaughtExceptions(
|
||||
this: *mut Isolate,
|
||||
caputre: bool,
|
||||
capture: bool,
|
||||
frame_limit: i32,
|
||||
);
|
||||
fn v8__Isolate__AddMessageListener(
|
||||
|
|
Loading…
Reference in a new issue