diff --git a/base/executor.class.js b/base/executor.class.js index 02959b2..fb7909c 100755 --- a/base/executor.class.js +++ b/base/executor.class.js @@ -266,10 +266,10 @@ class executor { const resultTemplate = compiled(RESP); const matcherObj = { - '{{': '{', - '}}': '}', - '{[': '[', - ']}': ']' + '"{{': '{', + '}}"': '}', + '"{[': '[', + ']}"': ']' } const replacedString = multiReplace(resultTemplate, matcherObj);