Skip to content
Snippets Groups Projects
Commit 47e6e7db authored by Aya Morisawa's avatar Aya Morisawa
Browse files

update warn message

parent 034aad26
No related branches found
No related tags found
No related merge requests found
......@@ -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}`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment