Skip to content

Commit

Permalink
refactor(index): remove unused binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 22, 2023
1 parent 993b36d commit 9f399fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function safeParse (text, reviver) {
Error.stackTraceLimit = 0
try {
return _parse(text, reviver, { safe: true })
} catch (_e) {
} catch {
return null
} finally {
Error.stackTraceLimit = stackTraceLimit
Expand Down

0 comments on commit 9f399fc

Please sign in to comment.