Internals: (see last) also dump on first non-fatal

This commit is contained in:
Wilson Snyder 2013-05-25 12:23:09 -04:00
parent 6b8d9b5c36
commit ce18674d88

View File

@ -493,5 +493,10 @@ void V3Error::v3errorEnd (ostringstream& sstr) {
vlAbort();
}
else if (isError(s_errorCode, s_errorSuppressed)) {
// We don't dump tree on any error because a Visitor may be in middle of
// a tree cleanup and cause a false broken problem.
if (s_errorExitCb) s_errorExitCb();
}
}
}