You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this in some real-world code of mine; I have an "atexit" library I use, and as a sanity check, it greps for EXIT in the output of trap; this is not perfect, in that it can have false-positives, but I like that better than stomping on another EXIT handler.
Originally posted by @jasom in #1881 (comment)
The text was updated successfully, but these errors were encountered: