Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Dec 5, 2023
1 parent 7686268 commit b6147af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/loader_compilation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ impl Loader<LoaderRunnerContext> for CompilationLoader {
if routes_content.is_ok() {
*routes_config = Some(routes_content?);
}

if file_accessed {
// If file accessed, then we need to clear the map for the current compilation.
file_access.clear();
Expand Down

0 comments on commit b6147af

Please sign in to comment.