From 22bb3c77eee86c2f539dc88e52a025695b03a85d Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 20:45:50 +0900 Subject: [PATCH] Update warn message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c030daeb2..b6f18b8d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -152,7 +152,7 @@ async function init(): Promise { log('Info', typeof env == 'undefined' ? 'NODE_ENV is not set' : `NODE_ENV: ${env}`, 'Env'); if (IS_DEBUG) { 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