From c64f94d2d4b310c3caafb26db150167a5dee1259 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 24 Aug 2022 11:27:45 +0200 Subject: [PATCH] Update obsolete comment --- crates/fj-host/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/fj-host/src/lib.rs b/crates/fj-host/src/lib.rs index e79bd9bcca..f3d3847bf7 100644 --- a/crates/fj-host/src/lib.rs +++ b/crates/fj-host/src/lib.rs @@ -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) => {