From f843d07403b9f8ca925a8a217ee58f747a856cbb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 6 Oct 2014 08:47:44 -0700 Subject: [PATCH] Add missing CommandInstaller require Closes #3729 --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()