Index: sdk/lib/_internal/pub/lib/src/io.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart |
index 32f1c77812fb8f8bb93f3c4a78e9c52737f12d02..40f09bf0b1c781846477cb09a7bf4bb2b0cf0efb 100644 |
--- a/sdk/lib/_internal/pub/lib/src/io.dart |
+++ b/sdk/lib/_internal/pub/lib/src/io.dart |
@@ -381,8 +381,7 @@ void createPackageSymlink(String name, String target, String symlink, |
/// Whether pub is running from within the Dart SDK, as opposed to from the Dart |
/// source repository. |
-bool get runningFromSdk => |
- path.extension(Platform.script.toFilePath()) == '.snapshot'; |
+bool get runningFromSdk => Platform.script.path.endsWith('.snapshot'); |
/// Resolves [target] relative to the path to pub's `resource` directory. |
String resourcePath(String target) { |