Skip to content

Commit 294a9cb

Browse files
authored
v2.2.0-alpha
1 parent 0c49c3f commit 294a9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetWebView2Lib.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ Volatile Func __NetWebView2_Events__OnMessageReceived($oWebV2M, $hGUI, $sMsg)
16291629

16301630
Case "NAV_ERROR"
16311631
If $sData = "OperationCanceled" Then ; Check if the error is actually a user cancellation
1632-
__NetWebView2_Log(@ScriptLineNumber, $s_Prefix & " COMMAND:USER_ABORT (Navigation Canceled)", 1)
1632+
__NetWebView2_Log(@ScriptLineNumber, $s_Prefix & " COMMAND:" & $sCommand & " - USER_ABORT Data:" & $sData, 1)
16331633
__NetWebView2_LastMessage_KEEPER($oWebV2M, $NETWEBVIEW2_MESSAGE__USER_ABORT)
16341634
Else
16351635
__NetWebView2_Log(@ScriptLineNumber, $s_Prefix & " COMMAND:" & $sCommand & " Data:" & $sData, 1)

0 commit comments

Comments
 (0)