mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- fixed a misprint.
This commit is contained in:
parent
84443eb560
commit
db42294a20
@ -145,7 +145,7 @@ bool CompilerStack::parse()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!Error::containsOnlyWarnings(m_errors))
|
if (!Error::containsOnlyWarnings(m_errors))
|
||||||
// errors while parsing. sould stop before type checking
|
// errors while parsing. should stop before type checking
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
resolveImports();
|
resolveImports();
|
||||||
|
Loading…
Reference in New Issue
Block a user