mirror of
https://github.com/embarklabs/embark-solc.git
synced 2025-03-01 06:40:36 +00:00
fix(compiler): fix hang when there is no error
This commit is contained in:
parent
374cc6cb6d
commit
3dfb0ad6ab
@ -161,9 +161,8 @@ function compileSolc(embark, contractFiles, contractDirectories, callback) {
|
|||||||
if (isError) {
|
if (isError) {
|
||||||
return next(`Error while compiling`);
|
return next(`Error while compiling`);
|
||||||
}
|
}
|
||||||
|
|
||||||
next(null, contracts);
|
|
||||||
}
|
}
|
||||||
|
next(null, contracts);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user