Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: can only concatenate str (not "ParseResult") to str (hedyorg#736)
This is showing up in the logs as 500 errors. Theoretical debugging session: this happens because `transpile_inner` now returns a `ParseResult` instead of a string, while some places are still expecting it to return the old string. Only occurs occasionally because it only happens when we have a parsing level fallback case happening.
- Loading branch information