Browse Source

Logging improvement

bvj 4 years ago
parent
commit
ab34571c38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -44,7 +44,7 @@ define([
             
             
         })
         })
         .catch(error => {
         .catch(error => {
-            console.log(error);
+            console.log(log_prefix + error);
         });
         });
     };
     };
     // prepare and render html structure
     // prepare and render html structure