Comparing version 12.0.17 to 12.0.18
@@ -24,3 +24,3 @@ /* | ||
process = () => { | ||
process () { | ||
let t = this | ||
@@ -92,3 +92,3 @@ try { | ||
continueProcessing = () => { | ||
continueProcessing () { | ||
let t = this | ||
@@ -100,7 +100,7 @@ t.process_objs_item++ | ||
getStatus = () => { | ||
getStatus () { | ||
return this.status | ||
} | ||
setStatus = (v) => { | ||
setStatus (v) { | ||
this.status = v | ||
@@ -160,3 +160,3 @@ } | ||
process_all = () => { | ||
process_all () { | ||
let t = this, _continue | ||
@@ -163,0 +163,0 @@ if (t.process_all_obj == null) { |
@@ -5,3 +5,3 @@ { | ||
}, | ||
"version": "12.0.17", | ||
"version": "12.0.18", | ||
"bundleDependencies": false, | ||
@@ -8,0 +8,0 @@ "dependencies": { |
@@ -9,3 +9,3 @@ const assert = require('assert'), | ||
}, | ||
"version": "12.0.17", | ||
"version": "12.0.18", | ||
"bundleDependencies": false, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
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
43783