diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-07-15 09:42:39 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 0582f4d96eb3a4ded0e5469924a65886f55963db (patch) | |
| tree | 94a40332353def23020f45307dda52dbaa1a9848 /alv/copilot | |
| parent | add vis field to Ops (diff) | |
| download | alive-0582f4d96eb3a4ded0e5469924a65886f55963db.tar.gz alive-0582f4d96eb3a4ded0e5469924a65886f55963db.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' |
