diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:45:50 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 20:46:00 +0900 |
| commit | 22bb3c77eee86c2f539dc88e52a025695b03a85d (patch) | |
| tree | a6c9ffc187f45f93e7041542f9e2c320db7b94a6 /src | |
| parent | Add screen shot (diff) | |
| download | misskey-22bb3c77eee86c2f539dc88e52a025695b03a85d.tar.gz misskey-22bb3c77eee86c2f539dc88e52a025695b03a85d.tar.bz2 misskey-22bb3c77eee86c2f539dc88e52a025695b03a85d.zip | |
Update warn message
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index c030daeb2e..b6f18b8d2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -152,7 +152,7 @@ async function init(): Promise<State> { log('Info', typeof env == 'undefined' ? 'NODE_ENV is not set' : `NODE_ENV: ${env}`, 'Env'); if (IS_DEBUG) { log('Warn', 'The environment is not in production mode', 'Env'); - log('Warn', 'Do not use for production purpose.', 'Env'); + log('Warn', 'Do not use for production purpose', 'Env'); } // Get machine info |