Skip to content

Commit

Permalink
update: dist
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed May 9, 2024
1 parent e631700 commit a1dbe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25803,7 +25803,7 @@ function processFiles(params) {
}
exports.processFiles = processFiles;
function replaceVariables(variables, content) {
let newContent = content;
let newContent = content.toString();
variables.forEach((value, key) => {
newContent = newContent.replace(new RegExp(`\\{\\s*_\\s*${key.trim()}\\s*_\\s*\\}`, "g"), value);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit a1dbe48

Please sign in to comment.