Преглед на файлове

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: (() => {
         canvas: (() => {
           var canvas = document.getElementById('canvas');
           var canvas = document.getElementById('canvas');