diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 21:02:13 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 21:02:13 +0900 |
| commit | d511e112935b5f302445bf1d06652e4e497660f0 (patch) | |
| tree | 0d78de5397bf80edcc1aaf1a9624b6db11215267 /gulpfile.ts | |
| parent | Fix (diff) | |
| download | sharkey-d511e112935b5f302445bf1d06652e4e497660f0.tar.gz sharkey-d511e112935b5f302445bf1d06652e4e497660f0.tar.bz2 sharkey-d511e112935b5f302445bf1d06652e4e497660f0.zip | |
Update log message
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |