mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
recurse correctly
This commit is contained in:
parent
68de9723cd
commit
3360d9e5cd
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ walkScalarsUntilHelp = \string, state, step, index, length ->
|
|||
|
||||
when step state scalar is
|
||||
Continue newState ->
|
||||
walkScalarsHelp string newState step (index + bytesParsed) length
|
||||
walkScalarsUntilHelp string newState step (index + bytesParsed) length
|
||||
Break newState ->
|
||||
newState
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue