Rethrow failure.

This commit is contained in:
David Kocher
2026-05-18 17:03:46 +02:00
parent ffa6100d82
commit 7646f16c04
@@ -107,6 +107,7 @@ public class GraphWriteFeature implements Write<DriveItem.Metadata> {
@Override
protected void handleIOException(final IOException e) throws IOException {
upload.cancelUpload();
throw e;
}
}