pixl-logger
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -224,3 +224,3 @@ // Generic Logger Class for Node.JS | ||
inp.on('end', function() { | ||
outp.on('finish', function() { | ||
// final rename | ||
@@ -299,3 +299,3 @@ fs.rename(dest_temp_file, dest_path, function(err) { | ||
inp.on('end', function() { | ||
outp.on('finish', function() { | ||
// all done, delete temp file | ||
@@ -315,3 +315,3 @@ fs.unlink( src_temp_file, callback ); | ||
inp.on('end', function() { | ||
outp.on('finish', function() { | ||
// all done, delete temp file | ||
@@ -318,0 +318,0 @@ fs.unlink( src_temp_file, callback ); |
{ | ||
"name": "pixl-logger", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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
25746