Skip to content

Commit 38d361a

Browse files
committed
Stop treating plugin outputs as exact safe cleanup paths
1 parent d97b894 commit 38d361a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/src/core/cleanup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,6 @@ pub fn plan_cleanup(snapshot: CleanupSnapshot) -> Result<CleanupPlan, String> {
14941494
for output in &plugin_snapshot.outputs {
14951495
let resolved_output_path = path_to_string(&resolve_absolute_path(output));
14961496
delete_files.insert(resolved_output_path.clone());
1497-
exact_safe_file_paths.insert(resolved_output_path.clone());
14981497
output_path_owners
14991498
.entry(resolved_output_path)
15001499
.or_default()

0 commit comments

Comments
 (0)