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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20260108-003917-67b43f26",
3
+ "version": "3.0.1-20260108-220050-08740398",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",