• exec/init-fidonet.js exec/load/cfglib.js

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Sep 22 11:57:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8c6fa14a0cd8102649e6979fãModified Files:ã exec/init-fidonet.js exec/load/cfglib.jsãLog Message:ãFix "error 13 opening" files when using init-fidonet.jsããI finally reproduced this issue myself on a fresh install on Windows.ããWe needed explicit file closing here as going out of scope doesn't immediatelyãfinalize (and close) a File object. That may not happen until garbageãcollection and thus prevent subsequent re-opens of the same files, so alwaysãclose() your files.ããinit-fidonet.js calls install-binkit.js which uses cfglib.js, so that wasãa source of these errors too.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã