Index: lib/src/source/unknown.dart |
diff --git a/lib/src/source/unknown.dart b/lib/src/source/unknown.dart |
index 714ff5ce33b14ec1c392cdd44270fd90356f6c7f..fd76829042dca456e87e3ced10e5fb3d9d725a77 100644 |
--- a/lib/src/source/unknown.dart |
+++ b/lib/src/source/unknown.dart |
@@ -35,7 +35,7 @@ class UnknownSource extends Source { |
"Cannot get an unknown source '$name'."); |
/// Returns the directory where this package can be found locally. |
- Future<String> getDirectory(PackageId id) => throw new UnsupportedError( |
+ String getDirectory(PackageId id) => throw new UnsupportedError( |
"Cannot find a package from an unknown source '$name'."); |
bool descriptionsEqual(description1, description2) => |