fix(plugin): address kubernetes fast upload review
This commit is contained in:
@@ -151,7 +151,6 @@ export async function execInPod(
|
||||
.then((webSocket) => {
|
||||
ws = webSocket as WebSocketLike;
|
||||
if (stdinStream && stdinPayload) {
|
||||
stdinStream.removeAllListeners("end");
|
||||
stdinStream.end(stdinPayload);
|
||||
}
|
||||
ws.on("close", (code: number, reason: Buffer) => {
|
||||
|
||||
Reference in New Issue
Block a user