Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
manunio committed Oct 13, 2023
1 parent 5206398 commit 5daa483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class Directives {
if (prefix) {
try {
return prefix + decodeURIComponent(suffix)
} catch (error) {
} catch (_) {
onError('Failed to decode suffix')
}
}
Expand Down

0 comments on commit 5daa483

Please sign in to comment.