Created
February 10, 2023 15:35
-
-
Save JoeGlines/861531b88e62115b8d3a30bcdb3a2e9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loop 50 { | |
try { | |
FileAppend() | |
break | |
} catch Error as e | |
sleep 20 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment