mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
When a remote share is deleted, we notify the remove instance. This may trigger various error conditions, which we want to catch in order to avoid undeletable shares. The try-catch, however, did only capture exceptions, so things like TypeErrors were not caught and caused the process to fail hard. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |
||
|---|---|---|
| .. | ||
| appinfo | ||
| composer | ||
| css | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| src | ||
| templates | ||
| tests | ||
| .babelrc.js | ||
| .eslintrc.js | ||
| .l10nignore | ||
| list.php | ||
| public.php | ||
| webpack.js | ||