Comparing version 0.0.13 to 0.0.14
@@ -106,3 +106,6 @@ var fs = require('fs'); | ||
if (data === null) { | ||
data = red + 'null' + bash; | ||
data = 'null'; | ||
if (stack) { | ||
data = red + data + bash; | ||
} | ||
} | ||
@@ -109,0 +112,0 @@ else if (typeof data == 'function') { |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "cedar.js", | ||
@@ -18,0 +18,0 @@ "homepage": "http://github.com/zerious/cedar", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20331
488