nitro-nightly 3.0.1-20260108-003917-67b43f26 → 3.0.1-20260108-220050-08740398
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/_build/common.mjs +1 -0
- package/package.json +1 -1
package/dist/_build/common.mjs
CHANGED
|
@@ -17353,6 +17353,7 @@ async function runParallel(inputs, cb, opts) {
|
|
|
17353
17353
|
inputs.delete(route);
|
|
17354
17354
|
const task = (opts.interval ? new Promise((resolve$4) => setTimeout(resolve$4, opts.interval)) : Promise.resolve()).then(() => cb(route)).catch((error) => {
|
|
17355
17355
|
console.error(error);
|
|
17356
|
+
errors.push(error);
|
|
17356
17357
|
});
|
|
17357
17358
|
tasks$1.add(task);
|
|
17358
17359
|
return task.then(() => {
|
package/package.json
CHANGED