console-grid
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -28,2 +28,3 @@ const Style = require("./style.js"); | ||
silent: false, | ||
hideHeaders: false, | ||
@@ -559,2 +560,5 @@ | ||
this.renderLines.push(line); | ||
if (this.option.silent) { | ||
return; | ||
} | ||
console.log(line); | ||
@@ -561,0 +565,0 @@ } |
{ | ||
"name": "console-grid", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "console log a grid", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -112,2 +112,3 @@ # console-grid | ||
silent: false, | ||
hideHeaders: false, | ||
@@ -114,0 +115,0 @@ |
27850
641
169