Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-19 10:20:08 +01:00
Fix SQL-Interface
Dieser Commit ist enthalten in:
Ursprung
02404792a5
Commit
b8d912881d
@ -271,9 +271,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
if !output_std && !output_std_csv {
|
||||
println!("Error while loading schematic ({}): {}", schem.get_name(), e.to_string());
|
||||
}
|
||||
println!("Error while loading schematic ({}): {}", schem.get_name(), e.to_string());
|
||||
SearchResult {
|
||||
name: schem.get_name(),
|
||||
matches: vec![]
|
||||
|
@ -18,6 +18,7 @@
|
||||
use std::path::PathBuf;
|
||||
#[cfg(feature = "sql")]
|
||||
use futures::executor::block_on;
|
||||
use schemsearch_files::Schematic;
|
||||
#[cfg(feature = "sql")]
|
||||
use schemsearch_sql::{load_schemdata, SchematicNode};
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren