mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
439 B
439 B
synopsis | issues | prs |
---|---|---|
New builtin: `builtins.warn` | 306026 | 10592 |
builtins.warn
behaves like builtins.trace "warning: ${msg}
, has an accurate log level, and is controlled by the options
debugger-on-trace
,
debugger-on-warn
and
abort-on-warn
.