Skip to content

Commit

Permalink
Update obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Aug 24, 2022
1 parent 8c97ee0 commit c64f94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/fj-host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ impl Watcher {
{
Ok(shape) => shape,
Err(Error::Compile) => {
// It would be better to display an error in the UI,
// where the user can actually see it. Issue:
// https://github.com/hannobraun/fornjot/issues/30
// An error is being displayed to the user via the
// `StatusReport that is passed to `load_once` above, so
// no need to do anything else here.
return None;
}
Err(err) => {
Expand Down

0 comments on commit c64f94d

Please sign in to comment.