diff options
| author | s-ol <s+removethis@s-ol.nu> | 2023-11-11 15:52:08 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 0bb34781b9eebd1455a167dbbd4f9d0fe7b758a0 (patch) | |
| tree | c1ee7aea8f63bed459b680916649ae7ce6c41b14 /alv | |
| parent | lib: add osc/send_arr with support for [] tags (diff) | |
| download | alive-0bb34781b9eebd1455a167dbbd4f9d0fe7b758a0.tar.gz alive-0bb34781b9eebd1455a167dbbd4f9d0fe7b758a0.zip | |
small fixes
Diffstat (limited to 'alv')
| -rw-r--r-- | alv/copilot/base.moon | 2 | ||||
| -rw-r--r-- | alv/dummy.moon | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/alv/copilot/base.moon b/alv/copilot/base.moon index 96aea3b..b7823e6 100644 --- a/alv/copilot/base.moon +++ b/alv/copilot/base.moon @@ -76,7 +76,7 @@ class Copilot if ok result = RTNode :result unless result.__class == RTNode result - elseif not result\match "not found" + elseif not result\match "'alv%-lib%.[^']+' not found" error result else assert @modules, "no current eval cycle?" diff --git a/alv/dummy.moon b/alv/dummy.moon index ec16aa5..cc69f10 100644 --- a/alv/dummy.moon +++ b/alv/dummy.moon @@ -38,7 +38,7 @@ class Dummy --- stringify this Dummy. -- -- throws an error, `Dummy` nodes cannot be stringified. - stringify: => error Error, 'implementation', "cannot stringify Dummy" + stringify: => error Error 'implementation', "cannot stringify Dummy" --- static functions -- @section static |
