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

Fix error reported to BBS (need to use exit()).

parent bbc06cb3
No related branches found
No related tags found
No related merge requests found
......@@ -120,4 +120,4 @@ var result = main(argv[0]);
while(bbs.online && console.output_buffer_level && !js.terminated) {
sleep(100);
}
result;
exit(result);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment