mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-06 08:42:06 +00:00
Try to make 'no queries found' message more clear (#1191)
* try to make 'no queries found' message more clear * Be more polite
This commit is contained in:
parent
5a8418e5fd
commit
212d235334
@ -28,7 +28,7 @@ pub fn run(url: &str, merge: bool, cargo_args: Vec<String>) -> anyhow::Result<()
|
||||
|
||||
if data.is_empty() {
|
||||
println!(
|
||||
"{} no queries found; do you have the `offline` feature enabled in sqlx?",
|
||||
"{} no queries found; please ensure that the `offline` feature is enabled in sqlx",
|
||||
style("warning:").yellow()
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user