Skip to content

Commit

Permalink
test: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Apr 14, 2024
1 parent ecc1eb5 commit 5e83913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/src/resolve/file_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ where
inner.last_modified(&relative),
) {
(Some(cache_modified), Some(modified)) if cache_modified >= modified => {
println!("cache is fresh. cache: {cache_modified:?}, source: {modified:?}");
return cache.resolve(&relative);
}

Expand Down

0 comments on commit 5e83913

Please sign in to comment.