Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed May 21, 2024
1 parent e59e2ec commit 8340767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ w.register("foobar", |job| async move {
Ok::<(), io::Error>(())
});
let mut w = w.connect(None).await.unwrap();
if let Err(e) = w.run(&["default"], None).await {
if let Err(e) = w.run(&["default"]).await {
println!("worker failed: {}", e);
}
```
Expand Down

0 comments on commit 8340767

Please sign in to comment.