fix(build): report and fail on errors

tree benchmark was broken and we didn’t know it…

also changes reporting to not include messages from `console.time()`, …
This commit is contained in:
Tobias Bosch
2015-03-02 15:48:18 -08:00
parent 733915d99b
commit 81a5ae8f6e
3 changed files with 12 additions and 6 deletions

View File

@ -43,7 +43,7 @@ var _HTLM_DEFAULT_SCRIPTS_JS = [
{src: '../../extension-register.js', mimeType: 'text/javascript'},
{src: '../../runtime_paths.js', mimeType: 'text/javascript'},
{
inline: 'System.import(\'$MODULENAME$\').then(function(m) { m.main(); }, console.log.bind(console))',
inline: 'System.import(\'$MODULENAME$\').then(function(m) { m.main(); }, console.error.bind(console))',
mimeType: 'text/javascript'
}
];