Skip to content

Commit c05dc90

Browse files
authored
Update HTTP_StatusCodeTracking.au3
1 parent aeac20f commit c05dc90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/v1.5.0_Examples/HTTP_StatusCodeTracking.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
#include "..\..\NetWebView2Lib.au3"
1212

1313
; Register exit function to ensure clean WebView2 shutdown
14-
OnAutoItExitRegister("_ExitApp")
14+
OnAutoItExitRegister(_ExitApp)
1515

1616
; Global objects
1717
Global $oWeb, $oJS
18-
Global $oMyError = ObjEvent("AutoIt.Error", "_ErrFunc") ; COM Error Handler
18+
Global $oMyError = ObjEvent("AutoIt.Error", _ErrFunc) ; COM Error Handler
1919
Global $g_DebugInfo = True
20-
Global $g_sProfilePath = @ScriptDir & "\UserDataFolder"
20+
Global $g_sProfilePath = @ScriptDir & "\..\UserDataFolder"
2121
Global $hGUI
2222

2323
_Example_HTTP_Tracking()

0 commit comments

Comments
 (0)