Created
January 5, 2021 11:32
-
-
Save zlatkov/1a2b473339bad12c10962941495c71d9 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
try { | |
foo(); | |
} catch(err) { | |
// This block won’t be reached. | |
} finally { | |
// This block will be reached before the Promise is rejected. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment