diff options
author | 2025-03-26 19:13:10 +0000 | |
---|---|---|
committer | 2025-03-26 19:13:10 +0000 | |
commit | 8c239e5c7a49cff350104b09cbb74d862c2ec420 (patch) | |
tree | 4b392f1ffa6b91fadf68b4a7f67ad5f901fbeda4 /filamento/examples | |
parent | 410fe3af16be5985c868b00908b8ddf4ed6e469d (diff) | |
download | luz-8c239e5c7a49cff350104b09cbb74d862c2ec420.tar.gz luz-8c239e5c7a49cff350104b09cbb74d862c2ec420.tar.bz2 luz-8c239e5c7a49cff350104b09cbb74d862c2ec420.zip |
feat: stream error handling
Diffstat (limited to 'filamento/examples')
-rw-r--r-- | filamento/examples/example.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/examples/example.rs b/filamento/examples/example.rs index f2b787b..e36968d 100644 --- a/filamento/examples/example.rs +++ b/filamento/examples/example.rs @@ -7,7 +7,7 @@ use tracing::info; #[tokio::main] async fn main() { tracing_subscriber::fmt::init(); - let db = Db::create_connect_and_migrate(Path::new("./filamentoa.db")) + let db = Db::create_connect_and_migrate(Path::new("./filamento.db")) .await .unwrap(); let (client, mut recv) = |