mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(util) render: do not remove empty blocks "{{", "}}"
This commit is contained in:
parent
90997adad2
commit
bf400be243
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@
|
|||
});
|
||||
|
||||
if (~result.indexOf('{{'))
|
||||
result.replace(/{{\s*.*\s*}}/, '');
|
||||
result = result.replace(/{{\s*.*\s*}}/, '');
|
||||
|
||||
return result;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue