Skip to content

Commit 0ceb274

Browse files
committed
fix subs.add
1 parent 496caef commit 0ceb274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/focusutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function activate (ink) {
5353
} else if (item instanceof ink.InkTerminal) {
5454
lastTerminal = item
5555
}
56-
},
56+
}),
5757
atom.packages.onDidActivateInitialPackages(() => {
5858
lastEditor = atom.workspace.getActiveTextEditor()
5959
atom.workspace.getPanes().forEach(pane => {
@@ -63,7 +63,7 @@ export function activate (ink) {
6363
}
6464
})
6565
})
66-
))
66+
)
6767

6868
const history = new FocusHistory(30)
6969
ink.Opener.onDidOpen(({newLocation, oldLocation}) => {

0 commit comments

Comments
 (0)