Skip to content

Commit

Permalink
fix(cli): upgrade errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed May 24, 2020
1 parent 7a80517 commit 5e44ffa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,14 @@ export async function upgrade() {
cmd: [
"deno",
"install",
"-Af",
"--allow-read",
"--allow-run",
"--allow-write",
"-f",
"--unstable",
"https://deno.land/x/denon/denon.ts",
],
stdout: undefined,
}).status();
Deno.exit(0);
}
Expand Down

0 comments on commit 5e44ffa

Please sign in to comment.