mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
refactored struct message to use std::variant for _typeOrSeverity
This commit is contained in:
@@ -126,8 +126,7 @@ Json::Value formatErrorWithException(
|
||||
_type,
|
||||
_charStreamProvider,
|
||||
false, // colored
|
||||
false, // _withErrorIds
|
||||
true // _printFullType
|
||||
false // _withErrorIds
|
||||
);
|
||||
|
||||
if (string const* description = _exception.comment())
|
||||
|
||||
Reference in New Issue
Block a user