Internals: Refactor some JSON and error code

This commit is contained in:
Wilson Snyder
2025-05-13 22:26:15 -04:00
parent 3dfd53a549
commit 4c4fdb5dfe
7 changed files with 53 additions and 57 deletions
+1 -1
View File
@@ -1461,7 +1461,7 @@ void AstNode::v3errorEnd(std::ostringstream& str) const VL_RELEASE(V3Error::s().
nsstr << '\n';
nsstr << "-node: ";
const_cast<AstNode*>(this)->dump(nsstr);
nsstr << endl;
nsstr << '\n';
}
m_fileline->v3errorEnd(nsstr, instanceStrExtra);
}