Skip to content

Commit

Permalink
misc(runtime): log upon assembly reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed May 13, 2020
1 parent 8075476 commit c0554bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/mun_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ impl Runtime {
e
);
} else {
println!(
"Succesfully reloaded assembly: '{}'",
path.to_string_lossy()
);
return true;
}
}
Expand Down

0 comments on commit c0554bb

Please sign in to comment.