mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix SnapshotterInvoke to look for the correct path to dart_service_isolate in pub cache
This commit is contained in:
parent
5c34626ee4
commit
af0a83317f
@ -92,7 +92,7 @@ SnapshotProject() {
|
||||
AssertExists $ui_path
|
||||
|
||||
# For dart:vmservice_sky
|
||||
local vm_service_path="$(readlink ${packages}/sky_engine)/../sdk_ext/main.dart"
|
||||
local vm_service_path="$(readlink ${packages}/sky_engine)/../sdk_ext/core/script/dart_service_isolate/main.dart"
|
||||
AssertExists $vm_service_path
|
||||
|
||||
local main_path="${project_path}/lib/main.dart"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user