diff --git a/run.ts b/run.ts index f8b3a1e..9b6d728 100755 --- a/run.ts +++ b/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(),