mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +00:00
add back return all errors
This commit is contained in:
parent
56d541fb8d
commit
c844338c8a
@ -37,6 +37,9 @@ class Solidity {
|
||||
if(err){
|
||||
return callback(err);
|
||||
}
|
||||
if (output.errors && returnAllErrors) {
|
||||
return callback(output.errors);
|
||||
}
|
||||
|
||||
if (output.errors) {
|
||||
for (let i=0; i<output.errors.length; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user