Skip to content

Commit

Permalink
Fixed a typo in the parameter capture in `v8__Isolate__SetCaptureSt…
Browse files Browse the repository at this point in the history
…ackTraceForUncaughtExceptions` (#1410)
  • Loading branch information
Earthmark authored Mar 4, 2024
1 parent be545b7 commit 9dd629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isolate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9dd629e

Please sign in to comment.