mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 03:42:56 +08:00
parent
124def8f4b
commit
f137f24d75
@ -31,7 +31,7 @@ class autoload_file_cache_t {
|
||||
using timestamp_t = std::chrono::time_point<std::chrono::steady_clock>;
|
||||
|
||||
/// The directories from which to load.
|
||||
const wcstring_list_t dirs_;
|
||||
const wcstring_list_t dirs_{};
|
||||
|
||||
/// Our LRU cache of checks that were misses.
|
||||
/// The key is the command, the value is the time of the check.
|
||||
|
Loading…
x
Reference in New Issue
Block a user