提交 eaacbf5f 编写于 作者: M Michael Goderbauer 提交者: GitHub

Revert "--print-deps now returns resolved paths (#3449)" (#3454)

This reverts commit 0a7b177c.

Reason: broke hot reload when using "package:" style imports for
sources within the same project.
上级 0edcbb7d
......@@ -277,7 +277,7 @@ int CreateSnapshot(const ftl::CommandLine& command_line) {
return 1;
}
// The script has been loaded, print out the minimal dependencies to run.
for (const auto& dep : loader.dependencies()) {
for (const auto& dep : loader.url_dependencies()) {
std::string file = dep;
FTL_DCHECK(!file.empty());
std::cout << file << "\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册