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
AFAIK the fact that InterruptException is not raised by default outside of the REPL is not documented anywhere. I could only find this comment on an issue which gives the solution to my ctrl-C clean exit woes:
ccall(:jl_exit_on_sigint, Void, (Cint,), 0)
Also, shouldn't that be the default behaviour in all cases?
The text was updated successfully, but these errors were encountered:
AFAIK the fact that InterruptException is not raised by default outside of the REPL is not documented anywhere. I could only find this comment on an issue which gives the solution to my ctrl-C clean exit woes:
Also, shouldn't that be the default behaviour in all cases?
The text was updated successfully, but these errors were encountered: