Fixed the error in displaying the step stage

This commit is contained in:
Spxg
2025-05-17 09:17:12 +08:00
parent f137bd53b5
commit ba9bcd6e4d

View File

@@ -163,7 +163,7 @@ pub enum SQLitendError {
OpenDb(InnerError), OpenDb(InnerError),
#[error("An error occurred while preparing stmt: {0:?}")] #[error("An error occurred while preparing stmt: {0:?}")]
Prepare(InnerError), Prepare(InnerError),
#[error("An error occurred while stepping to the next line")] #[error("An error occurred while stepping to the next line: {0:?}")]
Step(InnerError), Step(InnerError),
#[error("An error occurred while getting column name: {0}")] #[error("An error occurred while getting column name: {0}")]
GetColumnName(String), GetColumnName(String),