summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/main.rs b/cli/src/main.rs
index b7505800..28b3eb89 100644
--- a/cli/src/main.rs
+++ b/cli/src/main.rs
@@ -238,6 +238,7 @@ fn compile(command: CompileCommand) -> StrResult<()> {
if recompile {
compile_once(&mut world, &command)?;
+ comemo::evict(30);
}
}
}