Skip to content

Commit

Permalink
0.3.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala committed Apr 23, 2020
1 parent 98b63f8 commit b21352e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/catcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ class Catcher with ReportModeAction {
_instance._reportError(error, stackTrace);
}

void _reportError(dynamic error, dynamic stackTrace, {FlutterErrorDetails errorDetails}) async {
void _reportError(dynamic error, dynamic stackTrace,
{FlutterErrorDetails errorDetails}) async {
if (_localizationOptions == null) {
print("Setup localization lazily!");
_setupLocalization();
Expand Down

0 comments on commit b21352e

Please sign in to comment.