Update bbs.js

This commit is contained in:
Carl Hultay
2024-11-20 20:31:52 -05:00
committed by GitHub
parent 7db0ee0634
commit 4e914fc752

View File

@@ -89,7 +89,7 @@ function main() {
console.error(`Configuration error: ${err.message}`); // eslint-disable-line no-console
if ('ENOENT' === err.code) {
console.error("\nConfiguration file does not exist: '" + configFile + "'\n\nIf this is a new installation please run './oputil.js config new' from the enigma-bbs directory");
console.error("\nConfiguration file does not exist: '{configFile}'\n\nIf this is a new installation please run './oputil.js config new' from the enigma-bbs directory");
}
if (err.hint) {