@pipelab/plugin-itch 1.0.0-beta.28 → 1.0.0-beta.32

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.cjs CHANGED
@@ -89476,7 +89476,7 @@ const runWithLiveLogs = async (command, args, execaOptions, log, hooks, abortSig
89476
89476
  TERM: "xterm-256color",
89477
89477
  FORCE_STDERR_LOGGING: "1"
89478
89478
  },
89479
- cancelSignal: abortSignal
89479
+ cancelSignal: abortSignal ?? execaOptions.cancelSignal
89480
89480
  });
89481
89481
  hooks?.onCreated?.(subprocess);
89482
89482
  subprocess.stdout?.on("data", (data) => {
package/dist/index.mjs CHANGED
@@ -89470,7 +89470,7 @@ const runWithLiveLogs = async (command, args, execaOptions, log, hooks, abortSig
89470
89470
  TERM: "xterm-256color",
89471
89471
  FORCE_STDERR_LOGGING: "1"
89472
89472
  },
89473
- cancelSignal: abortSignal
89473
+ cancelSignal: abortSignal ?? execaOptions.cancelSignal
89474
89474
  });
89475
89475
  hooks?.onCreated?.(subprocess);
89476
89476
  subprocess.stdout?.on("data", (data) => {