Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Jul 11, 2019
1 parent f951507 commit c2ba607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/request/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class Request {
* @param {Stream} options.stdin - optional stdin Readable stream
* @param {Stream} options.stdout - optional stdout Writeable stream
* @param {Stream} options.stderr - optional stdout Writeable stream
* @returns {Promise} Promise resolving to Kubernetes V1 Status object
* @returns {Promise} Promise resolving to a Kubernetes V1 Status object and a WebSocket
*/
async getWebSocket (options) {
throw new Error('Request.getWebSocket not implemented')
Expand Down

0 comments on commit c2ba607

Please sign in to comment.