Subj : src/sbbs3/js_internal.c To : Git commit to sbbs/master From : Stephen Hurd Date : Tue Nov 17 2020 11:44 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/be9d78c653db953092c336e6 Modified Files: src/sbbs3/js_internal.c Log Message: Eliminate crash in js.on_exit() Have js.on_exit() throw an exciption with a useful(?) error when the scope already has private data, and that data is not an on_exit list. This fixes #182. .