mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02: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