aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-07-11 12:25:37 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commite7ac5b6aa075d53714a213b9a83c956eab7d9abd (patch)
tree827403ec75547a0c9fe787e5f897fe7fbaf6f85b
parentudp: reply with tag/module in msg (diff)
downloadalive-e7ac5b6aa075d53714a213b9a83c956eab7d9abd.tar.gz
alive-e7ac5b6aa075d53714a213b9a83c956eab7d9abd.zip
small cleanup
-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.