test/script/basic/es6/let_const_reuse.js

Print this page

        

@@ -32,11 +32,11 @@
 
 function tryIt (code) {
      try {
          eval(code)
      } catch (e) {
-         print(e)
+         print(String(e).replace(/\\/g, "/"))
      }
 }
 
 tryIt(<<CODE
     let a = 23