Skip to content

Commit

Permalink
chore: consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed May 18, 2021
1 parent f3c6246 commit ad6b74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit ad6b74c

Please sign in to comment.