forked from FoundKeyGang/FoundKey
Make more importance for env log
This commit is contained in:
parent
3441acf56c
commit
9beab05a30
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
|
|
Loading…
Reference in a new issue