@cadenza.io/core 3.0.1 → 3.0.2
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2981,7 +2981,7 @@ var AsyncGraphLayer = class extends GraphLayer {
|
|
|
2981
2981
|
this.start();
|
|
2982
2982
|
const result = {};
|
|
2983
2983
|
while (this.waitingNodes.length > 0) {
|
|
2984
|
-
const node = this.waitingNodes.
|
|
2984
|
+
const node = this.waitingNodes.shift();
|
|
2985
2985
|
if (!node) {
|
|
2986
2986
|
break;
|
|
2987
2987
|
}
|