Created
July 26, 2018 09:05
-
-
Save GregTrevellick/ece23445e31725e00ab3f4b54f6364a6 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
//Debug code (pause for 3 secs) | |
await new Promise(resolve => setTimeout(resolve, 3000)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment