You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output stream isn't written to when using the default param. I originally thought it was an issue with using STDOUT in a non-CLI environment, but after implementing a similar fix to #48, I wasn't seeing any changes.
I added some of our logging into the send() method to see what's going on:
The output stream isn't written to when using the default param. I originally thought it was an issue with using STDOUT in a non-CLI environment, but after implementing a similar fix to #48, I wasn't seeing any changes.
I added some of our logging into the
send()
method to see what's going on:I received these logs:
Unfortunately, the tar downloaded was 0 bytes.
The text was updated successfully, but these errors were encountered: