mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +00:00
Merge pull request #358 from embark-framework/bug_fix/annoying-object-in-log
Removed annoying [Object object] from the log that was appearing duri…
This commit is contained in:
commit
c219aafd6a
@ -75,7 +75,6 @@ class Solidity {
|
||||
return callback(new Error("Solidity errors: " + output.errors[i].formattedMessage).message);
|
||||
}
|
||||
}
|
||||
self.logger.warn(output.errors.join('\n'));
|
||||
}
|
||||
callback(null, output);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user