mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
StandardCompiler: Do not discard non-fatal errors that happened before a fatal error
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"errors":
|
||||
[
|
||||
{
|
||||
"component": "general",
|
||||
"formattedMessage": "Cannot import url (\"in.yul\"): File not found.",
|
||||
"message": "Cannot import url (\"in.yul\"): File not found.",
|
||||
"severity": "error",
|
||||
"type": "IOError"
|
||||
},
|
||||
{
|
||||
"component": "general",
|
||||
"formattedMessage": "Yul mode only supports exactly one input file.",
|
||||
|
||||
Reference in New Issue
Block a user