Update warn message
This commit is contained in:
parent
b6373aec7b
commit
22bb3c77ee
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ async function init(): Promise<State> {
|
||||||
log('Info', typeof env == 'undefined' ? 'NODE_ENV is not set' : `NODE_ENV: ${env}`, 'Env');
|
log('Info', typeof env == 'undefined' ? 'NODE_ENV is not set' : `NODE_ENV: ${env}`, 'Env');
|
||||||
if (IS_DEBUG) {
|
if (IS_DEBUG) {
|
||||||
log('Warn', 'The environment is not in production mode', 'Env');
|
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
|
// Get machine info
|
||||||
|
|
Loading…
Reference in a new issue