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