Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 6e72c3c

Browse files
author
Hendrik van Antwerpen
committed
Add flag suggestion to error message
1 parent 6656ff4 commit 6e72c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-sitter-stack-graphs/src/cli/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl AnalyzeArgs {
133133
seen_mark: &mut bool,
134134
) -> anyhow::Result<()> {
135135
self.analyze_file(source_root, source_path, loader, seen_mark)
136-
.with_context(|| format!("Error analyzing file {}", source_path.display()))
136+
.with_context(|| format!("Error analyzing file {}. To continue analysis from this file later, add: --continue-from {}", source_path.display(), source_path.display()))
137137
}
138138

139139
fn analyze_file(

0 commit comments

Comments
 (0)