Skip to content

Commit

Permalink
Merge pull request #151 from taskcluster/fix-display
Browse files Browse the repository at this point in the history
Fix display port parsing...
  • Loading branch information
jonasfj committed Oct 3, 2016
2 parents 34c959a + 8258236 commit 9ebb47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Display = React.createClass({
}

// Get port
let { port } = opts.port;
let { port } = opts;

if (!port) {
if (opts.protocol === 'wss:') {
Expand Down

0 comments on commit 9ebb47c

Please sign in to comment.