From 4e914fc7526649b33dd7c34b26b7bb03c9e22f12 Mon Sep 17 00:00:00 2001 From: Carl Hultay <144816337+crhultay@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:31:52 -0500 Subject: [PATCH] Update bbs.js --- core/bbs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bbs.js b/core/bbs.js index 383b6a66..df0a2e3b 100644 --- a/core/bbs.js +++ b/core/bbs.js @@ -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) {