aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-10-24 19:28:57 -0400
committerEduardo Julian2022-10-24 19:28:57 -0400
commit8d4c256f8b56561869c14df02db695d774c74fa6 (patch)
tree3acdc7e92008bbe8a74e84610ea4daebd292678a /stdlib/source/library/lux.lux
parent45c599e49ae2659331d13222948f7e755967fdf9 (diff)
Minor naming & syntax improvements.
Diffstat (limited to 'stdlib/source/library/lux.lux')
-rw-r--r--stdlib/source/library/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux.lux b/stdlib/source/library/lux.lux
index 026b11544..0be0527c4 100644
--- a/stdlib/source/library/lux.lux
+++ b/stdlib/source/library/lux.lux
@@ -5461,7 +5461,7 @@
location (all .text_composite# (text#encoded module) "," (nat#encoded line) "," (nat#encoded column))
message (all .text_composite# "Undefined behavior at " location)]]
(exec
- (.log# (all .text_composite# "WARNING: " message))
+ (.log!# (all .text_composite# "WARNING: " message))
(in (list (` (..panic! (, (text$ message))))))))
_