feat: add a log message when switching projects
This commit is contained in:
parent
321128a22a
commit
849ef606a7
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ const Process = struct {
|
|||
self.walker = try walk_tree_async(self.a, project_directory);
|
||||
self.restore_project(project) catch |e| self.logger.err("restore_project", e);
|
||||
project.sort_files_by_mtime();
|
||||
} else {
|
||||
self.logger.print("switched to: {s}", .{project_directory});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue