fix formatting output going into tui

This commit is contained in:
Dax Raad
2025-06-27 07:29:41 -04:00
parent 59b3268c64
commit ed8d277e49
2 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ export namespace Format {
cmd: item.command.map((x) => x.replace("$FILE", file)),
cwd: App.info().path.cwd,
env: item.environment,
stdout: "ignore",
stderr: "ignore",
})
const exit = await proc.exited
if (exit !== 0)