Skip to content

Commit 93f85cf

Browse files
committed
chore: remove unused var
1 parent dc84ee9 commit 93f85cf

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)