mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
double addtrace for 'called from'
This commit is contained in:
parent
ddb81ca126
commit
70bcb39d3f
2 changed files with 6 additions and 9 deletions
|
@ -330,7 +330,7 @@ std::ostream& showErrorInfo(std::ostream &out, const ErrorInfo &einfo, bool show
|
|||
// traces
|
||||
if (showTrace && !einfo.traces.empty())
|
||||
{
|
||||
const string tracetitle(" show-trace output ");
|
||||
const string tracetitle(" show-trace ");
|
||||
|
||||
int fill = errwidth - tracetitle.length();
|
||||
int lw = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue