diff options
Diffstat (limited to 'lux-cl')
-rw-r--r-- | lux-cl/source/program.lux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index 2121d401a..04df3b86d 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -385,9 +385,7 @@ (as Try) try.trusted (as Try) - (exec - ("lux io log" "TODO: Extender") - {try.#Failure "TODO: Extender"}))) + {try.#Failure "TODO: Extender"})) @.common_lisp (def (extender handler) |