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)