Ensure exceptions don't interfere with `busy`
parent
264bc0f921
commit
6e684d46f2
|
@ -426,6 +426,7 @@ module DispatcherShell
|
|||
else
|
||||
dispatcher.send('cmd_' + method, *arguments)
|
||||
end
|
||||
ensure
|
||||
self.busy = false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue