mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
Update log message
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user