1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 06:18:46 +09:00

update warn message

This commit is contained in:
Aya Morisawa 2016-12-29 20:33:34 +09:00
parent 034aad2624
commit 47e6e7dba4

View File

@ -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}`);