| Index: test/runners/chromium_process.js | 
| =================================================================== | 
| --- a/test/runners/chromium_process.js | 
| +++ b/test/runners/chromium_process.js | 
| @@ -52,12 +52,13 @@ | 
| module.exports = function(script, scriptName, ...scriptArgs) | 
| { | 
| return ensureChromium(CHROMIUM_REVISION).then(chromiumPath => | 
| { | 
| return runScript(chromiumPath, script, scriptName, scriptArgs) | 
| .then(result => result) | 
| .catch(error => | 
| { | 
| + console.log("chromium_process: error caught"); | 
| throw error; | 
| }); | 
| }); | 
| }; |