Merge pull request #2295 from jaredevantabor/2265

Alas, the stdout page wasn't loading if sockets were down
This commit is contained in:
Jared Tabor
2018-06-22 15:36:59 -07:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) {
} }
}; };
return SocketService.addStateResolve(state, id); SocketService.addStateResolve(state, id);
} }
function getWebSocketResource (type) { function getWebSocketResource (type) {