Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit a4e21a3

Browse files
authored
Update samples/midi-io/extension/index.ts
1 parent 9545b65 commit a4e21a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/midi-io/extension/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { MidiOutputServiceClient } from "nodecg-io-midi-output/extension";
55
import { Input, Output } from "easymidi";
66

77
module.exports = function (nodecg: NodeCG) {
8-
nodecg.log.info("Sample bundle for <the-service-name> started");
8+
nodecg.log.info("midi-io sample bundle started");
99

1010
const inputService = requireService<MidiInputServiceClient>(nodecg, "midi-input");
1111
const outputService = requireService<MidiOutputServiceClient>(nodecg, "midi-output");

0 commit comments

Comments
 (0)