From 4c6fae03310b90745d2f325b042018883b9f45d8 Mon Sep 17 00:00:00 2001 From: ghaerdi Date: Mon, 27 Jun 2022 20:50:04 -0400 Subject: [PATCH] add a FIXME comment --- commands/run.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/run.ts b/commands/run.ts index b24cf2f..be8f249 100644 --- a/commands/run.ts +++ b/commands/run.ts @@ -129,6 +129,7 @@ export async function Run(command: string) { ).message; } + // FIXME: postinstall script throws Bad resource ID here. const process = run({ cmd: [...runnerCommand, ...runArgs].map((command, index) => command === "deno" && (index === 0 || index === 1)