mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
showTrace flag for ErrorInfo; showTrace test.
This commit is contained in:
parent
9c0e1fd4f1
commit
9ab808c926
4 changed files with 61 additions and 34 deletions
|
|
@ -107,6 +107,7 @@ struct ErrorInfo {
|
|||
std::list<Trace> traces;
|
||||
|
||||
static std::optional<string> programName;
|
||||
static bool showTrace;
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream &out, const ErrorInfo &einfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue