1
0
Fork 0
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:
Ben Burdette 2020-06-30 15:44:19 -06:00
parent ddb81ca126
commit 70bcb39d3f
2 changed files with 6 additions and 9 deletions

View file

@ -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;