aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/meta/cache.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/platform/compiler/meta/cache.lux')
-rw-r--r--stdlib/source/lux/platform/compiler/meta/cache.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/platform/compiler/meta/cache.lux b/stdlib/source/lux/platform/compiler/meta/cache.lux
index bcb7c98f0..ceed96164 100644
--- a/stdlib/source/lux/platform/compiler/meta/cache.lux
+++ b/stdlib/source/lux/platform/compiler/meta/cache.lux
@@ -137,7 +137,7 @@
(#error.Success [dependency document])
(wrap (#.Some [dependency document]))
- (#error.Error error)
+ (#error.Failure error)
(do @
[_ (un-install System<m> root module)]
(wrap #.None)))))