diff --git a/src/packages/command-panel/lib/command-panel-view.coffee b/src/packages/command-panel/lib/command-panel-view.coffee index 2430c7ae0..ff574caa6 100644 --- a/src/packages/command-panel/lib/command-panel-view.coffee +++ b/src/packages/command-panel/lib/command-panel-view.coffee @@ -115,7 +115,7 @@ class CommandPanelView extends View escapedCommand: -> @miniEditor.getText() - execute: (command=@escapedCommand())-> + execute: (command=@escapedCommand()) -> @loadingMessage.show() @errorMessages.empty()