4 spaces -> 2 spaces
This commit is contained in:
parent
054145343e
commit
8aa939b609
@ -352,7 +352,6 @@ app._handleTransmission = function(key, message) {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
// This happens when a peer disconnects without closing connections and
|
// This happens when a peer disconnects without closing connections and
|
||||||
// the associated WebSocket has not closed.
|
// the associated WebSocket has not closed.
|
||||||
util.prettyError(e);
|
|
||||||
// Tell other side to stop trying.
|
// Tell other side to stop trying.
|
||||||
this._removePeer(key, dst);
|
this._removePeer(key, dst);
|
||||||
this._handleTransmission(key, {
|
this._handleTransmission(key, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user