fix the old indexer

This commit is contained in:
Tamo
2025-07-17 18:21:48 +02:00
parent f4f1334b62
commit 576d7d94b1
15 changed files with 604 additions and 413 deletions

View File

@ -527,6 +527,7 @@ impl ErrorCode for milli::Error {
| UserError::DocumentEditionCompilationError(_) => {
Code::EditDocumentsByFunctionError
}
UserError::CelluliteError(_) => Code::Internal,
}
}
}