Skip to content

Commit

Permalink
trivial log message fix in WebMidiAccess.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Sep 7, 2024
1 parent 2f4f372 commit 48792a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ navigator.permissions.query({ name: "midi" }).then((result) => {
if (result.state == "prompt" || result.state =="granted") {
navigator.requestMIDIAccess({"sysex": true, "software": true})
.then((access) => {
console.log("ktmidi: Web MIDI Access is ready for ktmidi-ci-tool");
console.log("ktmidi: Web MIDI Access is ready for ktmidi");
document["ktmidi_wasmJs_midiAccess"] = access;
});
}
Expand Down

0 comments on commit 48792a4

Please sign in to comment.