Skip to content

Commit

Permalink
chore(cli): fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 3, 2019
1 parent 771b0b0 commit 704375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/cli/test/cli_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function tsNodePath() {
function runForgeCLI(...extraArgs: string[]): Promise<Uint8Array> {
const args = [
path.resolve(__dirname, '../src/electron-forge.ts'),
...extraArgs
...extraArgs,
];
return spawnPromise(tsNodePath(), args);
}
Expand Down

0 comments on commit 704375c

Please sign in to comment.