From ad6b74c250540dc310593e67a7d6d6f4d5f83946 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 18 May 2021 12:53:58 +0000 Subject: [PATCH] chore: consistency --- app/server/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/config.js b/app/server/config.js index 912b06b..d7d1325 100644 --- a/app/server/config.js +++ b/app/server/config.js @@ -86,13 +86,13 @@ try { config = require('read-config-ng')(configPath); } else { console.error( - `\n\nERROR: Missing config.json for webssh. Current config: ${JSON.stringify(config)}` + `\n\nERROR: Missing config.json for WebSSH2. Current config: ${JSON.stringify(config)}` ); console.error('\n See config.json.sample for details\n\n'); } } catch (err) { console.error( - `\n\nERROR: Missing config.json for webssh. Current config: ${JSON.stringify(config)}` + `\n\nERROR: Missing config.json for WebSSH2. Current config: ${JSON.stringify(config)}` ); console.error('\n See config.json.sample for details\n\n'); console.error(`ERROR:\n\n ${err}`);