We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d2e6b commit e5df6fcCopy full SHA for e5df6fc
lib/client/udp-tracker.js
@@ -133,8 +133,7 @@ class UDPTracker extends Tracker {
133
try {
134
// Error.message is readonly on some platforms.
135
if (err.message) err.message += ` (${self.announceUrl})`
136
- } catch (ignored) {
137
- }
+ } catch (ignoredErr) {}
138
// errors will often happen if a tracker is offline, so don't treat it as fatal
139
self.client.emit('warning', err)
140
}
0 commit comments