From d511e112935b5f302445bf1d06652e4e497660f0 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 21:02:13 +0900 Subject: [PATCH] Update log message --- gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index 0301527766..144a3733db 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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(); }