aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-11-06 22:03:42 -0400
committerEduardo Julian2017-11-06 22:03:42 -0400
commit0cb55507c100f6817225e644c2d19e73940edad6 (patch)
tree8e99d826fc51f052b086f0398b257176dcac11cc /new-luxc/source/program.lux
parent69d3bdf98a5be8dd7aacc0b37bdbfcbf226faf62 (diff)
- Fixed some bugs.
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index 142e8b566..761a6eabc 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -49,7 +49,7 @@
(exec (log! (format "\n"
"Compilation failed:" "\n"
error "\n"))
- (_lux_proc ["io" "exit"] [1]))
+ ("lux io exit" 1))
(#e;Success output)
(wrap output))))