Skip to content

Commit 3c51d2a

Browse files
committed
fix: make error clearer
1 parent b680200 commit 3c51d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ pub fn find_sqlite_file(path: &str) -> Result<String, Box<dyn std::error::Error>
5353
}
5454
}
5555
}
56-
Err("No database found".into())
56+
Err("No SQL database found. Make sure the database specified is a SQL database".into())
5757
}

0 commit comments

Comments
 (0)