mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1491 from ameten/refactoring
Just refactored some code
This commit is contained in:
@@ -146,7 +146,7 @@ bool CompilerStack::parse()
|
||||
}
|
||||
}
|
||||
if (!Error::containsOnlyWarnings(m_errors))
|
||||
// errors while parsing. sould stop before type checking
|
||||
// errors while parsing. should stop before type checking
|
||||
return false;
|
||||
|
||||
resolveImports();
|
||||
|
||||
Reference in New Issue
Block a user