Skip to content

Commit 6259653

Browse files
authored
Update 001-BasicDemo.au3
1 parent ed2aa12 commit 6259653

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/001-BasicDemo.au3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
Main()
1313

1414
Func Main()
15+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & @CRLF)
16+
1517
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
1618
#forceref $oMyError
1719

0 commit comments

Comments
 (0)