From 01b7b53eebb4a66d7f0f5f047f3006495fb3fd3c Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Sun, 16 Aug 2026 05:32:10 +0000 Subject: [PATCH] chore: generate --- packages/cli/bin/opencode2.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/cli/bin/opencode2.cjs b/packages/cli/bin/opencode2.cjs index 4ed01be07d..80b7ad408f 100755 --- a/packages/cli/bin/opencode2.cjs +++ b/packages/cli/bin/opencode2.cjs @@ -6,9 +6,7 @@ const path = require("path") const os = require("os") const forwardedSignals = - process.platform === "win32" - ? ["SIGINT", "SIGTERM", "SIGHUP"] - : ["SIGINT", "SIGTERM", "SIGHUP", "SIGUSR1"] + process.platform === "win32" ? ["SIGINT", "SIGTERM", "SIGHUP"] : ["SIGINT", "SIGTERM", "SIGHUP", "SIGUSR1"] function run(target) { const child = childProcess.spawn(target, process.argv.slice(2), { stdio: "inherit" })