From db589bd5c245e9e00f946c40e7afd297ed47d3e8 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 5 Dec 2022 20:20:00 +0100 Subject: [PATCH] add a TODO Signed-off-by: Sam Therapy --- run.ts | 1 + 1 file changed, 1 insertion(+) 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(),