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.
2 parents 8ef6c5e + 1393e3a commit 107afd4Copy full SHA for 107afd4
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- if: matrix.os == 'ubuntu-latest'
18
run: sudo apt install libsecret-1-0
19
- uses: actions/setup-node@v4
lib/osc-eval.js
@@ -2,7 +2,7 @@
2
3
import Repl from './repl';
4
import {Editors} from './editors';
5
-import OscServer from "./osc-server";
+import OscServer from './osc-server';
6
7
export function oscEvalSubscriber(tidalRepl: Repl, editors: Editors) {
8
return (args: {}): void => {
0 commit comments