Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created February 10, 2023 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeGlines/861531b88e62115b8d3a30bcdb3a2e9d to your computer and use it in GitHub Desktop.
Save JoeGlines/861531b88e62115b8d3a30bcdb3a2e9d to your computer and use it in GitHub Desktop.
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