utiller 1.0.134 → 1.0.135
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
|
@@ -477,7 +477,7 @@ var InfinitePool = /*#__PURE__*/function () {
|
|
|
477
477
|
|
|
478
478
|
case 6:
|
|
479
479
|
if (_this.ruleOfStopInfiniteRun()) {
|
|
480
|
-
_context4.next =
|
|
480
|
+
_context4.next = 15;
|
|
481
481
|
break;
|
|
482
482
|
}
|
|
483
483
|
|
|
@@ -497,10 +497,15 @@ var InfinitePool = /*#__PURE__*/function () {
|
|
|
497
497
|
return _index2.utiller.syncDelay(10);
|
|
498
498
|
|
|
499
499
|
case 12:
|
|
500
|
+
_this.printLogMessage("788143, runByEachTask() \u70BA\u4E86\u8B93while\u4E0D\u8981\u505C\u6B62\u904B\u7B97");
|
|
501
|
+
|
|
500
502
|
_context4.next = 6;
|
|
501
503
|
break;
|
|
502
504
|
|
|
503
|
-
case
|
|
505
|
+
case 15:
|
|
506
|
+
_this.printLogMessage("7881952, runByEachTask() \u7D50\u675F\u4E86while()");
|
|
507
|
+
|
|
508
|
+
case 16:
|
|
504
509
|
case "end":
|
|
505
510
|
return _context4.stop();
|
|
506
511
|
}
|
package/package.json
CHANGED