mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Use stdout/-err for all messages in HTML5 platform
This commit is contained in:
parent
81554dac61
commit
76522624cb
4 changed files with 8 additions and 8 deletions
|
@ -209,7 +209,7 @@ Error AudioDriverJavaScript::capture_start() {
|
|||
}
|
||||
|
||||
function gotMediaInputError(e) {
|
||||
console.log(e);
|
||||
out(e);
|
||||
}
|
||||
|
||||
if (navigator.mediaDevices.getUserMedia) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue