Преглед изворни кода

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon пре 1 година
родитељ
комит
6559cfb143
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      examples/template.html

+ 1 - 0
examples/template.html

@@ -169,6 +169,7 @@
             }
           };
         })(),
+        printErr: function(text) { Module.print(text) },
         canvas: (() => {
           var canvas = document.getElementById('canvas');