Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed May 27, 2024
1 parent aeccb60 commit 4f22acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ Expected at least two arguments:

const options: Options = {
version: process.argv[start + 2],
arch: null,
forceUrl: null,
directory: "",
cached: false,
mirrorUrl: null,
auth: null,
env: false,
};

Expand Down

0 comments on commit 4f22acc

Please sign in to comment.