This commit is contained in:
Nathan Dwarshuis 2022-05-30 15:47:56 -04:00
parent 7fe062b7f8
commit 84b06e1a42
1 changed files with 1 additions and 2 deletions

View File

@ -974,8 +974,7 @@ deadline (eg via epoch time) or if it has a repeater."
(lambda (acc)
(pcase acc
(`(:si-complete ,_)
(->> type-name
(org-x-dag-left "Active sub-iterator must have at least one active child")))
(org-x-dag-left "Active sub-iterator must have at least one active child"))
(`(:si-active ,ts-data)
(either :right `(:si-active ,ts-data)))
(e (error "Invalid pattern: %s" e))))))