Subj : src/sbbs3/js_internal.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Fri Jul 21 2023 12:42 pm https://gitlab.synchro.net/main/sbbs/-/commit/c2c3cdfc4a890fc622e36cf7 Modified Files: src/sbbs3/js_internal.c Log Message: Fix js.exec() error message when specified script can't be found If the search up the scope tree for js.exec_dir fails, the script 'path' would be left blank leading to a weird error message. e.g. !JavaScript default.js line 249: Error: Script file () does not exist .