aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/examples
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-03-26 19:13:10 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-03-26 19:13:10 +0000
commit8c239e5c7a49cff350104b09cbb74d862c2ec420 (patch)
tree4b392f1ffa6b91fadf68b4a7f67ad5f901fbeda4 /filamento/examples
parent410fe3af16be5985c868b00908b8ddf4ed6e469d (diff)
downloadluz-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.rs2
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) =