mirror of https://github.com/nealey/vail.git
Prevent Firefox from spamming errors
This commit is contained in:
parent
047fd1e335
commit
9f9b7b9014
|
@ -357,7 +357,7 @@ class MIDIBuzzer extends Buzzer {
|
||||||
let ms = when?when - Date.now():0
|
let ms = when?when - Date.now():0
|
||||||
setTimeout(
|
setTimeout(
|
||||||
() => {
|
() => {
|
||||||
for (let output of this.outputs) {
|
for (let output of (this.outputs || [])) {
|
||||||
output.send(message)
|
output.send(message)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue