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
What we should do is attempt to sync the file to disk, and fail if it can't. I believe the write failure should show more context than the current error that appears later in the process (when calling the script).
If you run out of disk space and fail to write the script, we'll get an error like:
This is because of us not checking the error on the write: https://github.com/progrium/go-basher/blob/master/basher.go#L225
What we should do is attempt to sync the file to disk, and fail if it can't. I believe the write failure should show more context than the current error that appears later in the process (when calling the script).
Refs dokku/dokku#5764
The text was updated successfully, but these errors were encountered: