mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
use default message
This commit is contained in:
parent
f2f2ec9bd2
commit
5b37d303b9
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ impl Browser {
|
||||||
None::<&Cancellable>,
|
None::<&Cancellable>,
|
||||||
|result| {
|
|result| {
|
||||||
if let Err(error) = result {
|
if let Err(error) = result {
|
||||||
// @TODO
|
println!("{error}")
|
||||||
println!("Could not delegate launch action: {error}")
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue