[erlang-questions] does shell:catch_exception(true) actually work?
Steve Davis
steven.charles.davis@REDACTED
Thu Mar 26 21:28:15 CET 2009
On Mar 26, 2:18 pm, ryeguy <ryeg...@REDACTED> wrote:
> This might sound stupid, but since when does the shell terminate when
> there's an exception? Here's what happens with mine:
This may be more explanatory...
6> self().
ŶȈ<0.43.0>
7> bogus().
** exception error: undefined shell command bogus/0
8> self().
<0.86.0>
More information about the erlang-questions
mailing list