Skip to content

Commit e95313b

Browse files
authored
Update 001-BasicDemo.au3
1 parent 487ab67 commit e95313b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/001-BasicDemo.au3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Func Main()
6969
__Example_Log(@ScriptLineNumber, "After: https://w2ww.microsoft.com" & @CRLF)
7070
MsgBox($MB_TOPMOST, "TEST #" & @ScriptLineNumber, 'Watch Point - AFTER:' & @CRLF & 'navigate to fake/broken url' & @CRLF & 'HostNameNotResolved')
7171

72+
__Example_Log(@ScriptLineNumber, "END - close window to exit" & @CRLF)
7273
; Main Loop
7374
While 1
7475
Switch GUIGetMsg()

0 commit comments

Comments
 (0)