summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
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`);