From 2b96bc675668adaad7a7769425206c1c92e8bb58 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 18 Nov 2020 12:42:28 +0100 Subject: [PATCH] Throw exeception --- apps/remix-ide-e2e/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide-e2e/script.js b/apps/remix-ide-e2e/script.js index b7b32ad315..933d52a819 100644 --- a/apps/remix-ide-e2e/script.js +++ b/apps/remix-ide-e2e/script.js @@ -16,6 +16,7 @@ bash.stdout.on('data', (data) => { bash.stderr.on('data', (data) => { console.log(data.toString()); + throw new Error(data) }); bash.on('exit', (code) => {