Subj : exec/load/xjs.js To : Git commit to sbbs/master From : echicken Date : Wed Oct 07 2020 09:36 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/1f3b9383fec7b13feedc5b10 Modified Files: exec/load/xjs.js Log Message: Don't shit pants if 'cwd' isn't a thing or a string. Added xjs_eval(filename, str) - notionally for evaluating XJS without immediate write - if str, returns the evaluated script as a string - if !str, returns the filename that the script was dumped to - was a fun idea, but doesn't play well with other scripts - best used with simple and self-contained xjs .