Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 20, 2020
1 parent 581409c commit 5b88165
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ function resolveTargets (targets, all, napi, electronCompat) {
if (electronCompat) {
targets.push(...abi.supportedTargets.filter(onlyNapiElectron))
}
}
// TODO: also support --lts and get versions from travis
else if (all) {
} else if (all) { // TODO: also support --lts and get versions from travis
targets = abi.supportedTargets
}

Expand Down

0 comments on commit 5b88165

Please sign in to comment.