mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Print full error on failure.
This commit is contained in:
parent
8877d4a781
commit
9acfdb8044
@ -77,7 +77,7 @@ int main()
|
||||
});
|
||||
if (!invalid.empty())
|
||||
{
|
||||
cout << "Invalid error: \"" << invalid << "\"" << endl;
|
||||
cout << "Invalid error: \"" << error.asString() << "\"" << endl;
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user