mondo: slightly improve error handling
This commit is contained in:
parent
902012759a
commit
77ade0758e
2 changed files with 15 additions and 6 deletions
|
|
@ -11,6 +11,7 @@ let getLeaf = (value, token) => {
|
|||
|
||||
strudelScope.plain = getLeaf;
|
||||
strudelScope.number = getLeaf;
|
||||
strudelScope.string = getLeaf;
|
||||
|
||||
strudelScope.call = (fn, args, name) => {
|
||||
const [pat, ...rest] = args;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue