Skip to content

Commit

Permalink
add a FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerdi committed Jun 28, 2022
1 parent ac22f82 commit 4c6fae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/run.ts
Expand Up @@ -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)
Expand Down

0 comments on commit 4c6fae0

Please sign in to comment.