diff --git a/lib/utils/decodeText.js b/lib/utils/decodeText.js index be35d6b..eac7d35 100644 --- a/lib/utils/decodeText.js +++ b/lib/utils/decodeText.js @@ -96,7 +96,7 @@ const decoders = { if (textDecoders.has(this.toString())) { try { return textDecoders.get(this).decode(data) - } catch (e) { } + } catch {} } return typeof data === 'string' ? data