aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux
diff options
context:
space:
mode:
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))))))))
_