Throw exeception

pull/597/head
ioedeveloper 4 years ago
parent da598ce00d
commit 2b96bc6756
  1. 1
      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) => {

Loading…
Cancel
Save