fix(engine2): ensure static files are up to the tip when coming from an old engine node (#10299)

This commit is contained in:
joshieDo
2024-08-17 09:54:50 -07:00
committed by GitHub
parent 1edfbd7a68
commit 57c99e80a5

View File

@ -177,6 +177,9 @@ where
pipeline_exex_handle,
)?;
// The new engine writes directly to static files. This ensures that they're up to the tip.
pipeline.move_to_static_files()?;
let pipeline_events = pipeline.events();
let mut pruner_builder = ctx.pruner_builder();