We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256b2dc commit 7820086Copy full SHA for 7820086
test-main.js
@@ -39,8 +39,7 @@ System.import('angular2/src/core/dom/browser_adapter').then(function(browser_ada
39
.then(function() {
40
__karma__.start();
41
}, function(error) {
42
- console.error(error.stack || error);
43
- __karma__.start();
+ __karma__.error(error.stack || error);
44
});
45
46
0 commit comments