We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffafaf commit abfc766Copy full SHA for abfc766
shorebird_code_push/example/lib/main.dart
@@ -69,7 +69,7 @@ class _MyHomePageState extends State<MyHomePage> {
69
// Do nothing, there is already a warning displayed at the top of the
70
// screen.
71
}
72
- } catch (error) {
+ } on Exception catch (error) {
73
// If an error occurs, we log it for now.
74
debugPrint('Error checking for update: $error');
75
} finally {
0 commit comments