Skip to content

Commit

Permalink
fix(test): error in karma when systemjs imports fail
Browse files Browse the repository at this point in the history
Closes #3846
  • Loading branch information
feelepxyz committed Aug 27, 2015
1 parent 256b2dc commit 7820086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-main.js
Expand Up @@ -39,8 +39,7 @@ System.import('angular2/src/core/dom/browser_adapter').then(function(browser_ada
.then(function() {
__karma__.start();
}, function(error) {
console.error(error.stack || error);
__karma__.start();
__karma__.error(error.stack || error);
});


Expand Down

0 comments on commit 7820086

Please sign in to comment.