Skip to content

Commit

Permalink
Update src/libexpr/print-options.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
9999years and roberth authored Jan 20, 2024
1 parent 0e38f0d commit 664d1b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/libexpr/print-options.hh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ struct PrintOptions
};

/**
* `PrintOptions` suitable for debugging.
*
* These options are used for printing values in error messages without
* printing "too much" output.
* `PrintOptions` for unknown and therefore potentially large values in error messages,
* to avoid printing "too much" output.
*/
static PrintOptions debugPrintOptions = PrintOptions {
.ansiColors = true,
Expand Down

0 comments on commit 664d1b1

Please sign in to comment.