From 505fd580831a86f0aa62c2d91786799fced144ba Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Fri, 31 Jan 2014 16:32:39 -0600 Subject: [PATCH] Cleaned up message output. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e30d1f9..7262b66 100644 --- a/src/index.js +++ b/src/index.js @@ -97,7 +97,7 @@ var overload = function() { } catch(error) { - console.error("[Scribe] Major error detected. Post an issue on github with this error."); + console.error("[Scribe] Major error detected. Please post an issue on Github."); console.error(error); throw error;