Skip to content

Commit 107afd4

Browse files
authored
Merge branch 'master' into 229-use-timetags-of-bundled-osc-messages
2 parents 8ef6c5e + 1393e3a commit 107afd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- if: matrix.os == 'ubuntu-latest'
1818
run: sudo apt install libsecret-1-0
1919
- uses: actions/setup-node@v4

lib/osc-eval.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Repl from './repl';
44
import {Editors} from './editors';
5-
import OscServer from "./osc-server";
5+
import OscServer from './osc-server';
66

77
export function oscEvalSubscriber(tidalRepl: Repl, editors: Editors) {
88
return (args: {}): void => {

0 commit comments

Comments
 (0)