Fixed a typo in the parameter capture in v8__Isolate__SetCaptureStackTraceForUncaughtExceptions (#1410)

This commit is contained in:
Daniel Miller 2024-03-03 19:04:04 -08:00 committed by GitHub
parent be545b7d3d
commit 9dd629e1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(