Skip to content

Commit 95e3b3c

Browse files
authored
Update 008-JavaScript.au3
1 parent ec70755 commit 95e3b3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/008-JavaScript.au3

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

1414
Func _Example_Console_Redirect()
15+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
16+
1517
Local $hGUI = GUICreate("Console Redirect Test", 400, 300)
1618

1719
; 1. Initialize WebView2

0 commit comments

Comments
 (0)