SourceReferenceFormatter: Remove the ineffective _withErrorIds parameter from formatExceptionInformation()

This commit is contained in:
Kamil Śliwak
2023-08-11 14:15:56 +02:00
parent 8407c8c615
commit 4020552e1d
2 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -125,8 +125,7 @@ Json::Value formatErrorWithException(
_exception,
_type,
_charStreamProvider,
false, // colored
false // _withErrorIds
false // colored
);
if (string const* description = _exception.comment())