From rswindell@1:103/705 to CVS commit on Sun Mar 15 01:47:52 2020
exec/load cnflib.js 1.14 1.15
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv15194
Modified Files:
cnflib.js
Log Message:
Make the write() method more tolerant of a script that is in the process
of being terminated (e.g. user hitting Ctrl-C in jsexec) - don't open
and truncate the .cnf file if we're going to exit with an exception
anyway and likely leave a 0-byte .cnf file behind.