Skip to content

Commit a19edf6

Browse files
authored
Merge pull request #80 from hyperz111/unused-var
chore: remove unused var
2 parents dc84ee9 + 93f85cf commit a19edf6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

check-npm-version.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ try {
1313
)
1414
process.exit(1)
1515
}
16-
// eslint-disable-next-line no-unused-vars
17-
} catch (e) {}
16+
} catch {}

0 commit comments

Comments
 (0)