mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-15 17:13:12 +00:00
more test fixes
This commit is contained in:
@@ -311,7 +311,8 @@ function process<Def extends Definition>(
|
||||
|
||||
const projector = projectors.get(def)
|
||||
if (!projector) {
|
||||
throw new Error(`Projector not found for event: ${def.type}`)
|
||||
if (!def.type.includes("next")) throw new Error(`Projector not found for event: ${def.type}`)
|
||||
return
|
||||
}
|
||||
|
||||
Database.transaction((tx) => {
|
||||
|
||||
Reference in New Issue
Block a user