| 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.
|
|
|