Fix SnapshotterInvoke to look for the correct path to dart_service_isolate in pub cache

This commit is contained in:
Chinmay Garde 2015-11-06 16:36:22 -08:00
parent 5c34626ee4
commit af0a83317f

View File

@ -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"