Skip to content

Commit 10c7f1c

Browse files
authored
Update cp.ts
1 parent 913a021 commit 10c7f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Cp {
3636
const writerStream = fs.createWriteStream(tmpFileName);
3737
const errStream = new WritableStreamBuffer();
3838
return new Promise<void>((resolve, reject) => {
39-
const conn = await this.execInstance
39+
this.execInstance
4040
.exec(
4141
namespace,
4242
podName,

0 commit comments

Comments
 (0)