Skip to content

Commit

Permalink
Better messages for example
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Oct 30, 2019
1 parent 960fee6 commit a748b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bastion-executor/examples/blocking_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use lightproc::proc_stack::ProcStack;
fn main() {
run(
async {
println!("DATA");
panic!("kaka");
println!("Example execution");
panic!("fault");
},
ProcStack::default().with_after_panic(|| println!("after panic")),
);
Expand Down

0 comments on commit a748b8c

Please sign in to comment.