flowscale 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -685,13 +685,11 @@ var FlowscaleAPI = /** @class */ (function () {
|
|
|
685
685
|
switch (_a.label) {
|
|
686
686
|
case 0:
|
|
687
687
|
if (!callback) {
|
|
688
|
-
this.logError("No callback");
|
|
689
688
|
return [2 /*return*/];
|
|
690
689
|
}
|
|
691
690
|
_a.label = 1;
|
|
692
691
|
case 1:
|
|
693
692
|
_a.trys.push([1, 3, , 4]);
|
|
694
|
-
this.logInfo("got INTERMEDIATe UPDATE");
|
|
695
693
|
return [4 /*yield*/, callback(update)];
|
|
696
694
|
case 2:
|
|
697
695
|
_a.sent();
|