Comparing version 0.7.2 to 0.7.3
@@ -258,3 +258,3 @@ "use strict"; | ||
// Wrap the stack into an untraceable, to avoid that this more() call causes another trace down the line. | ||
more( new Untraceable( error.stack ) ); | ||
more( new Untraceable( error.stack || error.message || "<invalid error>" ) ); | ||
if( location ) { | ||
@@ -261,0 +261,0 @@ more( location ); |
{ | ||
"name": "fm-log", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Console logging facility for Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/log.js", |
48494