Commit bbe2ab7645654aec34597355955371d3902cd0e0
fix lint
wanderer committed on 7/5/2017, 4:12:50 PMParent: 5915f4b12de689ba1985efe90c4181b4e774977c
Files changed
portManager.js | changed |
portManager.js | ||
---|---|---|
@@ -254,9 +254,9 @@ | ||
254 | 254 | addReceivedPorts (message) { |
255 | 255 | message.ports.forEach(port => this._unboundPorts.add(port)) |
256 | 256 | } |
257 | 257 | |
258 | - checkSendingPorts(message) { | |
258 | + checkSendingPorts (message) { | |
259 | 259 | for (const port of message.ports) { |
260 | 260 | if (this.isBound(port)) { |
261 | 261 | throw new Error('message must not contain bound ports') |
262 | 262 | } |
Built with git-ssb-web