aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lux/compiler/io.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/compiler/io.clj b/src/lux/compiler/io.clj
index e72f34a7b..93be57f17 100644
--- a/src/lux/compiler/io.clj
+++ b/src/lux/compiler/io.clj
@@ -12,4 +12,4 @@
(let [file (new java.io.File path)]
(if (.exists file)
(return (slurp file))
- (fail (str "[I/O] File doesn't exist: " path)))))
+ (fail (str "[I/O Error] File doesn't exist: " path)))))