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

Unified Diff: lib/src/errors.dart

Issue 1025293003: pkg/isolate: library renaming, removed unused method, fix creation of TimeoutException (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: nits Created 5 years, 9 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
« no previous file with comments | « lib/runner.dart ('k') | lib/src/lists.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/errors.dart
diff --git a/lib/src/errors.dart b/lib/src/errors.dart
index f7245809c118cbbfd3c5feaf3ad7237592111c1c..55b383745feb438c8d6085ff3ca89cc74c3aa8f7 100644
--- a/lib/src/errors.dart
+++ b/lib/src/errors.dart
@@ -8,9 +8,9 @@
/// The [MultiError] class combines multiple errors into one object,
/// and the [MultiError.wait] function works like [Future.wait] except
/// that it returns all the errors.
-library pkg.isolate.errors;
+library isolate.errors;
-import "dart:async";
+import 'dart:async';
class MultiError extends Error {
// Limits the number of lines included from each error's error message.
« no previous file with comments | « lib/runner.dart ('k') | lib/src/lists.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698