From 9dd629e1c3c50fbbe70435ed50f6f09e9b69d7bb Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Sun, 3 Mar 2024 19:04:04 -0800 Subject: [PATCH] Fixed a typo in the parameter `capture` in `v8__Isolate__SetCaptureStackTraceForUncaughtExceptions` (#1410) --- src/isolate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isolate.rs b/src/isolate.rs index 1645adc8..859ac370 100644 --- a/src/isolate.rs +++ b/src/isolate.rs @@ -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(