Skip to content

Commit 7ea77ed

Browse files
authored
Update 006-DownloadDemo.au3
1 parent d125bd7 commit 7ea77ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/006-DownloadDemo.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Global $_sURLDownload_InProgress = ''
1212
_Example()
1313

1414
Func _Example()
15-
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & @CRLF)
15+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
1616

1717
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
1818
#forceref $oMyError

0 commit comments

Comments
 (0)