Cleaned up message output.

This commit is contained in:
Mathew Kurian 2014-01-31 16:32:39 -06:00
parent 4494b4c894
commit 505fd58083

View file

@ -97,7 +97,7 @@ var overload = function() {
} }
catch(error) 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); console.error(error);
throw error; throw error;