Skip to content

Commit c12e9d2

Browse files
committed
lint
1 parent 9186f5f commit c12e9d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,7 @@ function resolveTargets (targets, all, napi, electronCompat) {
293293
if (electronCompat) {
294294
targets.push(...abi.supportedTargets.filter(onlyNapiElectron))
295295
}
296-
}
297-
// TODO: also support --lts and get versions from travis
298-
else if (all) {
296+
} else if (all) { // TODO: also support --lts and get versions from travis
299297
targets = abi.supportedTargets
300298
}
301299

0 commit comments

Comments
 (0)