Skip to content

Commit abfc766

Browse files
eseidelfelangel
andauthored
fix(example): analysis warning (#293)
Co-authored-by: Felix Angelov <[email protected]>
1 parent dffafaf commit abfc766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shorebird_code_push/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _MyHomePageState extends State<MyHomePage> {
6969
// Do nothing, there is already a warning displayed at the top of the
7070
// screen.
7171
}
72-
} catch (error) {
72+
} on Exception catch (error) {
7373
// If an error occurs, we log it for now.
7474
debugPrint('Error checking for update: $error');
7575
} finally {

0 commit comments

Comments
 (0)