mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Rethrow failure.
This commit is contained in:
@@ -107,6 +107,7 @@ public class GraphWriteFeature implements Write<DriveItem.Metadata> {
|
||||
@Override
|
||||
protected void handleIOException(final IOException e) throws IOException {
|
||||
upload.cancelUpload();
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user