mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
always log exceptions on dav write
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
ecbc1b10ae
commit
8399d6070e
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ class File extends Node implements IFile {
|
|||
}
|
||||
|
||||
} catch (\Exception $e) {
|
||||
\OC::$server->getLogger()->logException($e);
|
||||
if ($needsPartFile) {
|
||||
$partStorage->unlink($internalPartPath);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue