diff --git a/lib/gulp-control.coffee b/lib/gulp-control.coffee index 1055ead..0693d3a 100644 --- a/lib/gulp-control.coffee +++ b/lib/gulp-control.coffee @@ -21,7 +21,7 @@ module.exports = GulpControl = views.push view pane = atom.workspace.getActivePane() - item = pane.addItem view, 0 + item = pane.addItem view, {index: 0} pane.activateItem item return