Skip to content

Commit

Permalink
Fixed: Remove comment to get the missing Sleep function back.
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-seyfert committed May 18, 2023
1 parent fabe588 commit e8ff243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/AutoIt/Example.au3
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Func _RandomWords($iWords = 30)
EndFunc

Func _RandomSleep()
;~ Sleep(Random(500, 1250, 1))
Sleep(Random(500, 1250, 1))
EndFunc


Expand Down
Binary file modified examples/AutoIt/Example.exe
Binary file not shown.

0 comments on commit e8ff243

Please sign in to comment.