| Index: sdk/lib/_internal/pub_generated/lib/src/sdk.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/sdk.dart b/sdk/lib/_internal/pub_generated/lib/src/sdk.dart
|
| similarity index 96%
|
| copy from sdk/lib/_internal/pub/lib/src/sdk.dart
|
| copy to sdk/lib/_internal/pub_generated/lib/src/sdk.dart
|
| index 3d09163bad00ff4ec3279bff4568a70ae7a20865..2750821dea82057578e17f04fcf0356effc096dd 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/sdk.dart
|
| +++ b/sdk/lib/_internal/pub_generated/lib/src/sdk.dart
|
| @@ -22,8 +22,7 @@ final String rootDirectory =
|
|
|
| /// Gets the path to the root directory of the SDK, assuming that the currently
|
| /// running Dart executable is within it.
|
| -final String _rootDirectory =
|
| - path.dirname(path.dirname(Platform.executable));
|
| +final String _rootDirectory = path.dirname(path.dirname(Platform.executable));
|
|
|
| /// The SDK's revision number formatted to be a semantic version.
|
| ///
|
|
|