Skip to content
Unverified Commit 09a63224 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Do not only catch Exceptions but any Throwable during rmt share delete



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: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 796b4540
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment