Skip to content

Commit

Permalink
Simplify some code
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2019
1 parent 0a259e0 commit 352cdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run/runners/node/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const getFullVersions = async function(versions) {
try {
return await Promise.all(
versions.map(version =>
dryRunVersion(version, 'node', ['--version'], { progress: true }),
dryRunVersion(version, 'node', [], { progress: true }),
),
)
} catch (error) {
Expand Down

0 comments on commit 352cdf6

Please sign in to comment.