mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Temporarily enable history_file debug category by default
All of these should never happen so let's enable them to hopefully get useful bug reports. Should disable it again before a release. See #10300
This commit is contained in:
parent
13e5d8097c
commit
f906a949cf
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ pub mod categories {
|
|||
(char_encoding, "char-encoding", "Character encoding issues");
|
||||
|
||||
(history, "history", "Command history events");
|
||||
(history_file, "history-file", "Reading/Writing the history file");
|
||||
(history_file, "history-file", "Reading/Writing the history file", true);
|
||||
|
||||
(profile_history, "profile-history", "History performance measurements");
|
||||
|
||||
|
|
Loading…
Reference in a new issue