Merge pull request #12434 from ethereum/outputLocations

Output searched locations on import failure.
This commit is contained in:
chriseth
2022-02-08 17:16:46 +01:00
committed by GitHub
3 changed files with 22 additions and 11 deletions
@@ -3,8 +3,8 @@
[
{
"component": "general",
"formattedMessage": "Cannot import url (\"in.yul\"): File not found.",
"message": "Cannot import url (\"in.yul\"): File not found.",
"formattedMessage": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
"message": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
"severity": "error",
"type": "IOError"
},