Comparing version 1.0.20 to 1.0.22
{ | ||
"name": "yow", | ||
"version": "1.0.20", | ||
"version": "1.0.22", | ||
"description": "You Only Wish module", | ||
@@ -5,0 +5,0 @@ "main": "yow.js", |
@@ -60,3 +60,3 @@ var sprintf = require('sprintf-js').sprintf; | ||
var date = new Date(); | ||
logFile = sprintf('logs/%04d-%02d-%02d-%02d-%02d.log', date.getFullYear(), date.getMonth() + 1, date.getDate(), date.getHours(), date.getMinutes()); | ||
logFile = sprintf('logs/%04d-%02d-%02d-%02d-%02d-%02d.log', date.getFullYear(), date.getMonth() + 1, date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds()); | ||
} | ||
@@ -63,0 +63,0 @@ |
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
14552