Skip to content
Snippets Groups Projects
Commit 399759d4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't exit(non-zero) from this script

A non-zero exit from str_cmds.js (where this script is loaded) will terminate
the call/session. We don't need to call exit() at all from this script.

This fixes issue #848, thank you for the report
parent 74724d0b
Branches
Tags
No related merge requests found
Pipeline #7422 passed
......@@ -44,4 +44,4 @@ while (bbs.online && !console.aborted) {
}
if(!displayed)
writeln("Sorry, no messages.");
exit(displayed);
displayed;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment