Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/pkg/angular/lib/core/exception_handler.dart

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/lib/core/exception_handler.dart
diff --git a/third_party/pkg/angular/lib/core/exception_handler.dart b/third_party/pkg/angular/lib/core/exception_handler.dart
index a9d58599653fb39c475cbc15858840a5d403ed37..56ffbb7c153fd3ba66fc2454b07f85829749fb5a 100644
--- a/third_party/pkg/angular/lib/core/exception_handler.dart
+++ b/third_party/pkg/angular/lib/core/exception_handler.dart
@@ -17,7 +17,7 @@ class ExceptionHandler {
* - [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");
}
}

Powered by Google App Engine
This is Rietveld 408576698