pixl-logger
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -95,3 +95,3 @@ // Generic Logger Class for Node.JS | ||
if (this.args.sync) fs.appendFileSync(path, line); | ||
else fs.appendFile(path, line); | ||
else fs.appendFile(path, line, function() {}); | ||
@@ -98,0 +98,0 @@ // echo to console if desired |
{ | ||
"name": "pixl-logger", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A simple logging class which generates [bracket][delimited] log columns.", | ||
@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>", |
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
21236