Skip to content

Commit 9154467

Browse files
committed
typo
1 parent 2cb3984 commit 9154467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jack_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function connectPlugins(src, dst, disconnect = false, addToQueue = false) {
229229
else {
230230
if (!src.ports.audio.output || src.ports.audio.output.length === 0) {
231231
store.wlogWarning(
232-
`${src.name} [#`]is breaking the audio chain as it does not have any output audio port.`
232+
`${src.name} ]is breaking the audio chain as it does not have any output audio port.`
233233
);
234234
return;
235235
}

0 commit comments

Comments
 (0)