From 2ebb1cfc9d8705f9b5812d6d26788c8d3b70b5c8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 12 May 2020 22:18:48 -0400 Subject: Now logging to a data-structure and only printing in the end. --- new-luxc/source/luxc/lang/directive/jvm.lux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/lang/directive/jvm.lux') 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)) _ -- cgit v1.2.3