fix the old indexer

This commit is contained in:
Tamo
2025-07-17 18:21:48 +02:00
parent 0319a46a7a
commit eefd005599
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,
}
}
}