Skip to content

Commit 5c7fb6b

Browse files
committed
more logging for copyFrom
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 2547171 commit 5c7fb6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/k8.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ export class K8 {
586586
null,
587587
false,
588588
async ({ status }) => {
589+
this.logger.debug(`copyFrom.callback(status)=${status}`)
589590
writerStream.close()
590591
if (status === 'Failure' || errStream.size()) {
591592
self._deleteTempFile(tmpFile)

0 commit comments

Comments
 (0)