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