Skip to content

Commit

Permalink
Update bbs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crhultay authored Nov 21, 2024
1 parent 7db0ee0 commit 4e914fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4e914fc

Please sign in to comment.