mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added different colors for warning & error
Co-authored-by: shikharvashistha <shikharvashistha@yandex.com> Co-authored-by: cameel <kamil.sliwak@codepoets.it>
This commit is contained in:
committed by
hrkrshnn
co-authored by
cameel
parent
ef21e43fa3
commit
cf005368d8
@@ -258,6 +258,8 @@ public:
|
||||
solAssert(false, "");
|
||||
}
|
||||
|
||||
static std::optional<Severity> severityFromString(std::string _input);
|
||||
|
||||
private:
|
||||
ErrorId m_errorId;
|
||||
Type m_type;
|
||||
|
||||
Reference in New Issue
Block a user