Small worktree scan style fixes (#36104)
Part of https://github.com/zed-industries/zed/issues/35780 Release Notes: - N/A
This commit is contained in:
parent
81474a3de0
commit
8d63312eca
3 changed files with 37 additions and 24 deletions
|
@ -251,7 +251,15 @@ pub fn main() {
|
|||
return;
|
||||
}
|
||||
|
||||
log::info!("========== starting zed ==========");
|
||||
log::info!(
|
||||
"========== starting zed version {}, sha {} ==========",
|
||||
app_version,
|
||||
app_commit_sha
|
||||
.as_ref()
|
||||
.map(|sha| sha.short())
|
||||
.as_deref()
|
||||
.unwrap_or("unknown"),
|
||||
);
|
||||
|
||||
let app = Application::new().with_assets(Assets);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue