mirror of
https://github.com/embarklabs/embark-solc.git
synced 2025-02-28 22:40:26 +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) {
|
||||
return next(`Error while compiling`);
|
||||
}
|
||||
|
||||
next(null, contracts);
|
||||
}
|
||||
next(null, contracts);
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user