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 21c337b commit f951507
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 command status
* @returns {Promise} Promise resolving to Kubernetes V1 Status object
*/
async getWebSocket (options) {
throw new Error('Request.getWebSocket not implemented')
Expand Down

0 comments on commit f951507

Please sign in to comment.