We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9036a commit fa95a85Copy full SHA for fa95a85
tree-sitter-stack-graphs/src/cli/status.rs
@@ -51,6 +51,7 @@ impl StatusArgs {
51
self.status(&mut entries)?;
52
} else {
53
for source_path in &self.source_paths {
54
+ let source_path = source_path.canonicalize()?;
55
let mut files = db.list_file_or_directory(&source_path)?;
56
let mut entries = files.try_iter()?;
57
0 commit comments