未验证 提交 8c6953f8 编写于 作者: S Stanislav Baranov 提交者: GitHub

Fix compile error introduce in #5473. (#5488)

Fix compile error introduced in #5473.
上级 f51b6b3b
......@@ -215,8 +215,7 @@ static void RunBundleAndSnapshot(
bundlepath));
} else {
asset_manager->PushBack(std::make_unique<blink::DirectoryAssetBundle>(
fml::OpenFile(bundlepath.c_str(), fml::OpenPermission::kRead, true),
bundlepath));
fml::OpenFile(bundlepath.c_str(), fml::OpenPermission::kRead, true)));
}
// Use the last path component of the bundle path to determine the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册