提交 3951c4a9 编写于 作者: A Alexander Aprelev 提交者: GitHub

Fix regression - configure asset bundle (#4285)

* Fix regression - configure asset bundle

* Fix formatting
上级 62ac189e
......@@ -244,6 +244,9 @@ void Engine::RunBundleAndSource(const std::string& bundle_path,
if (packages_path.empty())
packages_path = FindPackagesPath(main);
if (!bundle_path.empty())
ConfigureAssetBundle(bundle_path);
ConfigureRuntime(GetScriptUriFromPath(bundle_path), reuse_runtime_controller);
if (blink::GetKernelPlatformBinary() != nullptr) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册