Skip to content

Instantly share code, notes, and snippets.

@mertyildiran
Created October 9, 2020 08:13
Show Gist options
  • Select an option

  • Save mertyildiran/aa4acda30e8abeb184e9af9a0c8db5f3 to your computer and use it in GitHub Desktop.

Select an option

Save mertyildiran/aa4acda30e8abeb184e9af9a0c8db5f3 to your computer and use it in GitHub Desktop.
InteractiveShellErrorAbsorber
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