fix(config): report initialized state correctly on load
This commit is contained in:
parent
b21a1a91ac
commit
e946854758
@ -7624,7 +7624,8 @@ impl Config {
|
||||
path = %config.config_path.display(),
|
||||
workspace = %config.workspace_dir.display(),
|
||||
source = resolution_source.as_str(),
|
||||
initialized = false,
|
||||
initialized = true,
|
||||
created = false,
|
||||
"Config loaded"
|
||||
);
|
||||
Ok(config)
|
||||
@ -7648,6 +7649,7 @@ impl Config {
|
||||
workspace = %config.workspace_dir.display(),
|
||||
source = resolution_source.as_str(),
|
||||
initialized = true,
|
||||
created = true,
|
||||
"Config loaded"
|
||||
);
|
||||
Ok(config)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user