提交 eb357ac7 编写于 作者: C Chinmay Garde

Merge pull request #2382 from chinmaygarde/master

Fix the VM service path so the precompilation snapshotter can find observatory specific entry points
......@@ -99,7 +99,7 @@ SnapshotProject() {
AssertExists $ui_path
# For dart:vmservice_sky
local vm_service_path="$(readlink ${packages}/sky_engine)/../sdk_ext/core/script/dart_service_isolate/main.dart"
local vm_service_path="$(readlink ${packages}/sky_engine)/../sdk_ext/dart/runtime/bin/vmservice/vmservice_io.dart"
AssertExists $vm_service_path
local main_path="${project_path}/lib/main.dart"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册