Browse Source

Logging improvement

marek_splichal 4 years ago
parent
commit
34eb7bac11
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