mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 02:52:06 +00:00
update effect to 4.0.0-beta.42 (#19484)
This commit is contained in:
parent
f736116967
commit
43bc5551e8
4 changed files with 9 additions and 9 deletions
|
|
@ -336,7 +336,7 @@ export const make = Effect.gen(function* () {
|
|||
if (Predicate.isUndefined(opts?.forceKillAfter)) return f(command, proc, signal)
|
||||
return Effect.timeoutOrElse(f(command, proc, signal), {
|
||||
duration: opts.forceKillAfter,
|
||||
onTimeout: () => f(command, proc, "SIGKILL"),
|
||||
orElse: () => f(command, proc, "SIGKILL"),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue