diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-07-15 09:42:39 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-07-15 09:42:39 +0000 |
| commit | 5c794916dcfecb6f54fdd28bbc1e119b596fce7f (patch) | |
| tree | df5bdeddeae5b7f6dd65e9f83187894cd320aaed /alv/copilot | |
| parent | add vis field to Ops (diff) | |
| download | alive-5c794916dcfecb6f54fdd28bbc1e119b596fce7f.tar.gz alive-5c794916dcfecb6f54fdd28bbc1e119b596fce7f.zip | |
Op: vis method instead of field
Diffstat (limited to 'alv/copilot')
| -rw-r--r-- | alv/copilot/udp.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/copilot/udp.moon b/alv/copilot/udp.moon index 5bf2ad4..7058b40 100644 --- a/alv/copilot/udp.moon +++ b/alv/copilot/udp.moon @@ -45,7 +45,7 @@ class UDPServer if builtin and builtin.__class.__name ~= 'DummyReg' res.head_meta = builtin.head.meta res.result = encode_res builtin.node.result - res.vis = if builtin.op then builtin.op.vis + res.vis = if builtin.op then builtin.op\vis! res.kind = switch builtin.__class when op_invoke then 'op' when fn_invoke then 'fn' |
