mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add info to error message
This commit is contained in:
parent
4b6aec22e9
commit
a66c28480b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ async function init(): Promise<Config> {
|
|||
|
||||
let configLogger = new Logger('Config');
|
||||
if (!fs.existsSync(configPath)) {
|
||||
throw 'Configuration not found';
|
||||
throw 'Configuration not found - Please run "npm run config" command.';
|
||||
}
|
||||
|
||||
const config = loadConfig();
|
||||
|
|
Loading…
Add table
Reference in a new issue