Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libutil/error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ std::ostream & showErrorInfo(std::ostream & out, const ErrorInfo & einfo, bool s
if (truncate) {
oss << "\n"
<< ANSI_WARNING
"(stack trace truncated; use '--show-trace' to show the full, detailed trace)" ANSI_NORMAL
"(stack trace filtered; use '--show-trace' to show the full, detailed trace)" ANSI_NORMAL
<< "\n";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ error:

… while counting down; n = 1

(stack trace truncated; use '--show-trace' to show the full, detailed trace)
(stack trace filtered; use '--show-trace' to show the full, detailed trace)

error: kaboom
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ error:
… while evaluating derivation 'test-1'
whose name attribute is located at /pwd/lang/eval-fail-derivation-stack-trace.nix:12:9

(stack trace truncated; use '--show-trace' to show the full, detailed trace)
(stack trace filtered; use '--show-trace' to show the full, detailed trace)

error: kaboom
Loading