Missing space.

Co-authored-by: Marks Polakovs <github@markspolakovs.me>
This commit is contained in:
Matthew Stratford 2020-11-02 15:52:24 +00:00 committed by GitHub
parent 354830dd83
commit 938d491d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,7 @@ class Player extends ((PlayerEmitter as unknown) as { new (): EventEmitter }) {
try { try {
instance.setOutputDevice(outputId); instance.setOutputDevice(outputId);
} catch (e) { } catch (e) {
console.error("Failed to set channel " + player + " output." + e); console.error("Failed to set channel " + player + " output. " + e);
} }
} else { } else {
(wavesurfer as any).backend.gainNode.disconnect(); (wavesurfer as any).backend.gainNode.disconnect();