Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
9a58783f1e
commit
db589bd5c2
1 changed files with 1 additions and 0 deletions
1
run.ts
1
run.ts
|
@ -62,6 +62,7 @@ const prog = Deno.run({
|
|||
stderr: "piped",
|
||||
});
|
||||
|
||||
// TODO: make this dynamic?
|
||||
const [status, stdout, stderr] = await Promise.all([
|
||||
prog.status(),
|
||||
prog.output(),
|
||||
|
|
Loading…
Reference in a new issue