Use stdout/-err for all messages in HTML5 platform

This commit is contained in:
Leon Krause 2019-02-24 04:40:06 +01:00
parent 81554dac61
commit 76522624cb
4 changed files with 8 additions and 8 deletions

View file

@ -209,7 +209,7 @@ Error AudioDriverJavaScript::capture_start() {
}
function gotMediaInputError(e) {
console.log(e);
out(e);
}
if (navigator.mediaDevices.getUserMedia) {