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

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

parent 84009d35
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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.
Please register or to comment