Explorar o código

log the error

Raanan Weber %!s(int64=5) %!d(string=hai) anos
pai
achega
8bbb89a23f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Playground/js/main.js

+ 1 - 0
Playground/js/main.js

@@ -106,6 +106,7 @@ var engine;
 try {
     engine = ${createEngineFunction}();
 } catch(e) {
+    console.log("the available createEngine function failed. Creating the default engine instead");
     engine = createDefaultEngine();
 }`;
                 code += "\r\nif (!engine) throw 'engine should not be null.';";