mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Update log message
This commit is contained in:
parent
1caaa329e6
commit
9737cc9d9d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const isProduction = env === 'production';
|
|||
const isDebug = !isProduction;
|
||||
|
||||
if (!fs.existsSync('./.config/config.yml')) {
|
||||
console.log('設定ファイルが見つかりません。npm run configしてください');
|
||||
console.log('npm run configを実行して設定ファイルを作成してください');
|
||||
process.exit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue