Skip to content

Commit

Permalink
uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 19, 2025
1 parent f9ca661 commit 3bff004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontends/rioterm/src/router/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ impl Route<'_> {

#[inline]
pub fn report_error(&mut self, error: &RioError) {
// if error.report == RioErrorType::ConfigurationNotFound {
// self.path = RoutePath::Welcome;
// return;
// }
if error.report == RioErrorType::ConfigurationNotFound {
self.path = RoutePath::Welcome;
return;
}

self.assistant.set(error.to_owned());
self.path = RoutePath::Assistant;
Expand Down

0 comments on commit 3bff004

Please sign in to comment.