1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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) {