add a TODO
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-12-05 20:20:00 +01:00
parent 9a58783f1e
commit db589bd5c2
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

1
run.ts
View file

@ -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(),