Subj : src/sbbs3/js_console.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Aug 06 2024 06:27 pm https://gitlab.synchro.net/main/sbbs/-/commit/a2d6dc86b0b09664a1782cb6 Modified Files: src/sbbs3/js_console.cpp Log Message: Better invalid argument reporting (null object) from js_gotoxy() The calling script will still terminate if it does this, but at least the caller will get a useful JS exception. Related to fix for issue #769 .