Skip to content
Snippets Groups Projects
Commit 145ba241 authored by syuilo's avatar syuilo
Browse files

Add info to error message

parent 045bae33
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment