Browse Source

Player: Improved cross-browser error reporting.

tschw 10 years ago
parent
commit
c2f5a8ce9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/libs/app.js

+ 1 - 1
editor/js/libs/app.js

@@ -167,7 +167,7 @@ var APP = {
 
 				} catch (e) {
 
-					console.error(e.stack || e);
+					console.error( ( e.message || e ), ( e.stack || "" ) );
 
 				}