Missing space.
Co-authored-by: Marks Polakovs <github@markspolakovs.me>
This commit is contained in:
parent
354830dd83
commit
938d491d26
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class Player extends ((PlayerEmitter as unknown) as { new (): EventEmitter }) {
|
|||
try {
|
||||
instance.setOutputDevice(outputId);
|
||||
} catch (e) {
|
||||
console.error("Failed to set channel " + player + " output." + e);
|
||||
console.error("Failed to set channel " + player + " output. " + e);
|
||||
}
|
||||
} else {
|
||||
(wavesurfer as any).backend.gainNode.disconnect();
|
||||
|
|
Loading…
Reference in a new issue