We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeac20f commit c05dc90Copy full SHA for c05dc90
1 file changed
examples/v1.5.0_Examples/HTTP_StatusCodeTracking.au3
@@ -11,13 +11,13 @@
11
#include "..\..\NetWebView2Lib.au3"
12
13
; Register exit function to ensure clean WebView2 shutdown
14
-OnAutoItExitRegister("_ExitApp")
+OnAutoItExitRegister(_ExitApp)
15
16
; Global objects
17
Global $oWeb, $oJS
18
-Global $oMyError = ObjEvent("AutoIt.Error", "_ErrFunc") ; COM Error Handler
+Global $oMyError = ObjEvent("AutoIt.Error", _ErrFunc) ; COM Error Handler
19
Global $g_DebugInfo = True
20
-Global $g_sProfilePath = @ScriptDir & "\UserDataFolder"
+Global $g_sProfilePath = @ScriptDir & "\..\UserDataFolder"
21
Global $hGUI
22
23
_Example_HTTP_Tracking()
0 commit comments