fix(tmux): avoid Bun global in runner bundle
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { spawn } from "bun"
|
||||
import { spawn } from "../bun-spawn-shim"
|
||||
|
||||
type RunTmuxOptions = {
|
||||
retry?: number
|
||||
|
||||
Reference in New Issue
Block a user