parent
bb189640f2
commit
2a088e876e
|
|
@ -238,6 +238,7 @@ fn compile(command: CompileCommand) -> StrResult<()> {
|
||||||
|
|
||||||
if recompile {
|
if recompile {
|
||||||
compile_once(&mut world, &command)?;
|
compile_once(&mut world, &command)?;
|
||||||
|
comemo::evict(30);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue