slite-change
Advanced tools
Comparing version 1.2.3-0 to 1.2.4-0
{ | ||
"name": "slite-change", | ||
"version": "1.2.3-0", | ||
"version": "1.2.4-0", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -53,4 +53,4 @@ "use strict"; | ||
this.ReadChangeFiles((errorMsg: string) => { | ||
// console.log('main err "%s", files %d, Issued %d, Completed %d, callStack length %d', | ||
// errorMsg, this.sourceFiles, this.ChangesIssued, this.ChangesCompleted, this.callStack.length); | ||
console.log('main err "%s", files %d, Issued %d, Completed %d, callStack length %d', | ||
errorMsg, this.sourceFiles, this.ChangesIssued, this.ChangesCompleted, this.callStack.length); | ||
if((errorMsg != '') || ( (this.sourceFiles === this.ChangesIssued))) { | ||
@@ -57,0 +57,0 @@ Callback(errorMsg); |
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
47904