fix(example): analysis warning (#293)

Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Eric Seidel
2025-09-12 14:58:13 -07:00
committed by GitHub
parent dffafaff7a
commit abfc76662d
+1 -1
View File
@@ -69,7 +69,7 @@ class _MyHomePageState extends State<MyHomePage> {
// Do nothing, there is already a warning displayed at the top of the
// screen.
}
} catch (error) {
} on Exception catch (error) {
// If an error occurs, we log it for now.
debugPrint('Error checking for update: $error');
} finally {