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 ebdac5b commit b029661Copy full SHA for b029661
src/webserver/database/sql.rs
@@ -52,7 +52,7 @@ impl ParsedSqlFile {
52
Self {
53
statements: vec![ParsedStatement::Error(
54
e.into()
55
- .context(format!("While parsing file {}", source_path.display())),
+ .context(format!("Error parsing file {}", source_path.display())),
56
)],
57
source_path: source_path.to_path_buf(),
58
}
0 commit comments