fixed return statement

This commit is contained in:
isaiM6
2022-08-03 16:23:52 -07:00

View File

@@ -73,6 +73,7 @@ export function parseTemplateStringE(
if (!variables || !str || !myVariables) {
return E.right(str)
}
let result = str
let depth = 0
let errorBound = 0