mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #10162 from nextcloud/sabre-put-log-exception
always log exceptions on dav write
This commit is contained in:
commit
5244501f0f
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