Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 7, 2024
1 parent 549c40d commit 5ff1dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const baseOpen = async options => {
cliArguments.push('--args', ...appArguments);
}

// This has to come after `--args`.
if (options.target) {
cliArguments.push(options.target);
}
Expand Down

0 comments on commit 5ff1dbb

Please sign in to comment.