We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec975fb commit 1393e3aCopy full SHA for 1393e3a
lib/osc-eval.js
@@ -2,11 +2,12 @@
2
3
import Repl from './repl';
4
import {Editors} from './editors';
5
+import OscServer from './osc-server';
6
7
export function oscEvalSubscriber(tidalRepl: Repl, editors: Editors) {
8
return (args: {}): void => {
9
const message = OscServer.asDictionary(args);
-
10
+
11
if (message['tab'] !== undefined) {
12
atom.workspace.getPanes()[0].setActiveItem(atom.workspace.getTextEditors()[message['tab']])
13
}
0 commit comments