aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alv/result/evt.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/alv/result/evt.moon b/alv/result/evt.moon
index 6bd0fee..cdd0e83 100644
--- a/alv/result/evt.moon
+++ b/alv/result/evt.moon
@@ -24,7 +24,6 @@ class EvtStream extends Result
-- @treturn ?any `value`
unwrap: (type, msg) =>
assert type == @type, msg or "#{@} is not a #{type}" if type
- @value
if @dirty! then @value
--- create a mutable copy of this stream.