diff --git a/src/workspace.coffee b/src/workspace.coffee index e225763e3..799a55069 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -102,7 +102,7 @@ class Workspace extends Model @emit 'editor-created', editor installShellCommands: -> - CommandInstaller.installShellCommandsInteractively() + require('./command-installer').installShellCommandsInteractively() subscribeToActiveItem: -> @updateWindowTitle()