mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
update warn message
This commit is contained in:
parent
009c9556a6
commit
c866e222f5
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ async function init(): Promise<State> {
|
|||
log('Info', 'Initializing...');
|
||||
|
||||
if (IS_DEBUG) {
|
||||
log('Warn', 'It is not in the Production mode. Do not use in the Production environment.');
|
||||
log('Warn', 'The environment is not in production mode');
|
||||
log('Warn', 'Do not use for production purpose.');
|
||||
}
|
||||
|
||||
log('Info', `environment: ${env}`);
|
||||
|
|
Loading…
Reference in a new issue