Skip to content

Commit

Permalink
more logging for copyFrom
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Sep 12, 2024
1 parent 2547171 commit 5c7fb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/k8.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ export class K8 {
null,
false,
async ({ status }) => {
this.logger.debug(`copyFrom.callback(status)=${status}`)
writerStream.close()
if (status === 'Failure' || errStream.size()) {
self._deleteTempFile(tmpFile)
Expand Down

0 comments on commit 5c7fb6b

Please sign in to comment.