Update log message
This commit is contained in:
parent
1a6d9e7cc1
commit
d511e11293
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const isProduction = env === 'production';
|
||||||
const isDebug = !isProduction;
|
const isDebug = !isProduction;
|
||||||
|
|
||||||
if (!fs.existsSync('./.config/config.yml')) {
|
if (!fs.existsSync('./.config/config.yml')) {
|
||||||
console.log('設定ファイルが見つかりません。npm run configしてください');
|
console.log('npm run configを実行して設定ファイルを作成してください');
|
||||||
process.exit();
|
process.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue