Created
October 9, 2020 08:13
-
-
Save mertyildiran/aa4acda30e8abeb184e9af9a0c8db5f3 to your computer and use it in GitHub Desktop.
InteractiveShellErrorAbsorber
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
| if (is_interactive) { | |
| if (setjmp(InteractiveShellErrorAbsorber)) { | |
| absorbError(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment