We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c15044 commit 4614ef4Copy full SHA for 4614ef4
1 file changed
examples/017-MappedFolder.au3
@@ -13,6 +13,8 @@
13
_Example()
14
15
Func _Example()
16
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
17
+
18
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
19
#forceref $oMyError
20
0 commit comments