diff --git a/systemjs/systemjs-tests.ts b/systemjs/systemjs-tests.ts index 689543849..7a56ef8dc 100644 --- a/systemjs/systemjs-tests.ts +++ b/systemjs/systemjs-tests.ts @@ -7,6 +7,4 @@ System.config({ paths: {'*': '*.js?v=0.18.4'} }); -System.import('app') - .catch(e => console.error(e, - 'There was an error loading.')); \ No newline at end of file +System.import('app'); \ No newline at end of file