Skip to content

Commit 40ae954

Browse files
committed
debug
1 parent 4370528 commit 40ae954

15 files changed

Lines changed: 2130 additions & 24137 deletions

crates/vite_task/src/session/execute/spawn.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ where
174174
let path_writes = &mut track_result.path_writes;
175175

176176
for access in termination.path_accesses.iter() {
177-
dbg!(&access);
178177
let relative_path = access
179178
.path
180179
.strip_path_prefix(workspace_root, |strip_result| {
@@ -192,6 +191,8 @@ where
192191
continue;
193192
};
194193

194+
dbg!((&relative_path, &access.mode));
195+
195196
// Skip .git directory accesses (workaround for tools like oxlint)
196197
if relative_path.as_path().strip_prefix(".git").is_ok() {
197198
continue;

0 commit comments

Comments
 (0)