diff --git a/client/frame-runner.js b/client/frame-runner.js index 35cf7c9c43..a9efb73f87 100644 --- a/client/frame-runner.js +++ b/client/frame-runner.js @@ -98,7 +98,7 @@ document.addEventListener('DOMContentLoaded', function() { // and collapsing the pipe newTest.err = err.message + '\n' + err.stack; // RxJS catch expects an observable as a return - return Rx.Observable.of(err); + return Rx.Observable.of(newTest); }); }) // gather tests back into an array