Ensure exceptions don't interfere with `busy`

bug/bundler_fix
Alex Watt 2015-08-10 12:07:29 -04:00
parent 264bc0f921
commit 6e684d46f2
1 changed files with 1 additions and 0 deletions

View File

@ -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