| Index: third_party/pkg/angular/lib/core/exception_handler.dart
|
| ===================================================================
|
| --- third_party/pkg/angular/lib/core/exception_handler.dart (revision 33054)
|
| +++ third_party/pkg/angular/lib/core/exception_handler.dart (working copy)
|
| @@ -17,7 +17,7 @@
|
| * - [stack] The stacktrace.
|
| * - [reason] Optional contextual information for the error.
|
| */
|
| - call(dynamic error, dynamic stack, [String reason = '']) {
|
| + call(dynamic error, dynamic stack, [String reason = '']){
|
| print("$error\n$reason\nSTACKTRACE:\n$stack");
|
| }
|
| }
|
|
|