fixed return statement
This commit is contained in:
@@ -73,6 +73,7 @@ export function parseTemplateStringE(
|
||||
if (!variables || !str || !myVariables) {
|
||||
return E.right(str)
|
||||
}
|
||||
|
||||
let result = str
|
||||
let depth = 0
|
||||
let errorBound = 0
|
||||
|
||||
Reference in New Issue
Block a user