Comparing version 0.3.6 to 0.3.7
@@ -88,3 +88,3 @@ #!/usr/bin/nodejs | ||
this._echo.toLog(output); | ||
this._echo.toLog(result.code); | ||
this._echo.toLog(result.code + (ignoreErrors ? ' (ignored)' : '')); | ||
@@ -91,0 +91,0 @@ // Process result code |
{ | ||
"name": "rejoinder", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A generator of smart, pretty, and organized output for Node/JS scripts in the terminal", | ||
@@ -5,0 +5,0 @@ "repository": { |
48429