We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913a021 commit 10c7f1cCopy full SHA for 10c7f1c
src/cp.ts
@@ -36,7 +36,7 @@ export class Cp {
36
const writerStream = fs.createWriteStream(tmpFileName);
37
const errStream = new WritableStreamBuffer();
38
return new Promise<void>((resolve, reject) => {
39
- const conn = await this.execInstance
+ this.execInstance
40
.exec(
41
namespace,
42
podName,
0 commit comments