mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08: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
|
@ -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 New Issue
Block a user