Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "debugutil", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Debug Utility Tool with Logging", | ||
@@ -5,0 +5,0 @@ "main": "src/debug.js", |
@@ -61,9 +61,5 @@ ## debugutil | ||
```javascript | ||
fs.appendFile('./logs/logFile.log', '\n' + info + '\n', (debugSuccess) => { | ||
fs.appendFile('./logs/logFile.log', function () { | ||
console.log('Data was appended to file!'); | ||
}); | ||
``` | ||
and | ||
```javascript | ||
fs.appendFile('./logs/logFile.log', '\n' + info + '\n', (debugError) => { | ||
}); | ||
``` | ||
@@ -70,0 +66,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
4720
72