- quickfix

This commit is contained in:
Dave M. 2023-11-08 06:54:30 -05:00
parent ed0eb8225b
commit 8c7a4d730b
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ class Picea implements LanguageRegistration
{
if ( $this->debug || ! $this->cache->compiled( $context->cacheFilename() ) ) {
$context = $this->compileContext($context);
$this->cache->save($context);
}