From 47e6e7dba4fece720251a222b270cd0ed379c05e Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 20:33:34 +0900 Subject: [PATCH] update warn message --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 21bc19501..cefa1a2ca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -152,7 +152,8 @@ async function init(): Promise { 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}`);