diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 13:51:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 13:51:00 +0900 |
| commit | 9beab05a307c5cf33d60539e4ec50249e44c618a (patch) | |
| tree | d6cf5d275206a305f4d1166ffc8b0c3a631521a2 /src | |
| parent | Improve usability (diff) | |
| download | sharkey-9beab05a307c5cf33d60539e4ec50249e44c618a.tar.gz sharkey-9beab05a307c5cf33d60539e4ec50249e44c618a.tar.bz2 sharkey-9beab05a307c5cf33d60539e4ec50249e44c618a.zip | |
Make more importance for env log
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 ab0ca1ce7d..f4828ab8d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -137,7 +137,7 @@ function showEnvironment(): void { if (env !== 'production') { logger.warn('The environment is not in production mode.'); - logger.warn('Do not use for production purpose!', true); + logger.warn('DO NOT USE FOR PRODUCTION PURPOSE!', true); } logger.info(`You ${isRoot() ? '' : 'do not '}have root privileges`); |