Skip to content

Commit

Permalink
Update style_layers_symbol_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 2, 2025
1 parent b23b7e4 commit 236d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/style_layers_symbol_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class _StyleLayersSymbolPageState extends State<StyleLayersSymbolPage> {
},
),
);
} catch (error, stacktrace) {
} on Exception catch (error, stacktrace) {
debugPrint(error.toString());
debugPrintStack(stackTrace: stacktrace);
}
Expand Down

0 comments on commit 236d7bb

Please sign in to comment.