| Index: lib/src/effects/modal_manager.dart
|
| diff --git a/lib/src/effects/modal_manager.dart b/lib/src/effects/modal_manager.dart
|
| index 92839985c6228ab6428838cf534b0d98d854a1a7..f9e64571e247293cc61ece87245ec5aeeaae0fd8 100644
|
| --- a/lib/src/effects/modal_manager.dart
|
| +++ b/lib/src/effects/modal_manager.dart
|
| @@ -40,7 +40,7 @@ class ModalManager {
|
| }
|
|
|
| return Future.wait(futures)
|
| - .catchError((AsyncError err) {
|
| + .catchError((err) {
|
| print(err);
|
| }, test: (v) => false)
|
| ..whenComplete(() => _clearOutBackdrop(element.document));
|
|
|