utiller 1.0.56 → 1.0.57
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/lib/pooller/index.js
CHANGED
|
@@ -306,18 +306,20 @@ var InfinitePool = /*#__PURE__*/function () {
|
|
|
306
306
|
|
|
307
307
|
case 14:
|
|
308
308
|
if (!_this.isRunning()) {
|
|
309
|
-
_context2.next =
|
|
309
|
+
_context2.next = 20;
|
|
310
310
|
break;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
|
|
313
|
+
_index2.utiller.appendInfo(_this.getPoollerLogFormat("isRunning:".concat(_this.isRunning(), " , \u9084\u5728\u57F7\u884C\u4E2D")));
|
|
314
|
+
|
|
315
|
+
_context2.next = 18;
|
|
314
316
|
return (0, _classPrivateFieldGet2["default"])(_this, _run).call(_this);
|
|
315
317
|
|
|
316
|
-
case
|
|
318
|
+
case 18:
|
|
317
319
|
_context2.next = 14;
|
|
318
320
|
break;
|
|
319
321
|
|
|
320
|
-
case
|
|
322
|
+
case 20:
|
|
321
323
|
case "end":
|
|
322
324
|
return _context2.stop();
|
|
323
325
|
}
|
package/package.json
CHANGED