diff options
author | Eduardo Julian | 2020-05-12 22:18:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-05-12 22:18:48 -0400 |
commit | 2ebb1cfc9d8705f9b5812d6d26788c8d3b70b5c8 (patch) | |
tree | 73399c6a47c825b8324767737fd0d3d6f3a11d3e /new-luxc/source | |
parent | f605537d91450b347ce70eb2c5edff9674e72044 (diff) |
Now logging to a data-structure and only printing in the end.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/directive/jvm.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/directive/jvm.lux b/new-luxc/source/luxc/lang/directive/jvm.lux index 7b437f246..7d39c3e41 100644 --- a/new-luxc/source/luxc/lang/directive/jvm.lux +++ b/new-luxc/source/luxc/lang/directive/jvm.lux @@ -528,7 +528,8 @@ (<| ..true-handler (:coerce ..Pseudo-Handler) pseudo-handlerV)})) - #let [_ (log! (format "Generation " (%.text (:coerce Text name))))]] + _ (directive.lift-generation + (generation.log! (format "Generation " (%.text (:coerce Text name)))))] (wrap directive.no-requirements)) _ |