Created
May 19, 2021 03:15
-
-
Save pablotolentino/3d01efd4f8e0baa799b8606f284a76dc to your computer and use it in GitHub Desktop.
This file contains 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
try { | |
throw new Error('mi error'); | |
} finally { | |
console.error('finally'); | |
} | |
// resultado: finally |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment