You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/reference/options.mdx
+7
Original file line number
Diff line number
Diff line change
@@ -487,6 +487,13 @@ services of Apple and Microsoft.
487
487
Name: EnableFraudulentWebsiteDetection<br/>
488
488
Type: `bool`
489
489
490
+
### DisablePanicRecovery
491
+
492
+
DisablePanicRecovery disables the automatic recovery from panics in message processing. By default, Wails will recover from panics in message processing and log the error. If you want to handle panics yourself, set this to `true`.
493
+
494
+
Name: DisablePanicRecovery<br/>
495
+
Type: `bool`
496
+
490
497
### Bind
491
498
492
499
A slice of struct instances defining methods that need to be bound to the frontend.
0 commit comments