Skip to content

Commit 982a743

Browse files
authored
don't init unused error (#138)
1 parent 750f4ec commit 982a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/decodeText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const decoders = {
9696
if (textDecoders.has(this.toString())) {
9797
try {
9898
return textDecoders.get(this).decode(data)
99-
} catch (e) { }
99+
} catch {}
100100
}
101101
return typeof data === 'string'
102102
? data

0 commit comments

Comments
 (0)