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
Branches
Tags
No related merge requests found
...@@ -120,4 +120,4 @@ var result = main(argv[0]); ...@@ -120,4 +120,4 @@ var result = main(argv[0]);
while(bbs.online && console.output_buffer_level && !js.terminated) { while(bbs.online && console.output_buffer_level && !js.terminated) {
sleep(100); sleep(100);
} }
result; exit(result);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment