We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfad381 commit 8b9879eCopy full SHA for 8b9879e
index.js
@@ -90,6 +90,6 @@ module.exports = function(input, inputMap) {
90
});
91
return;
92
}
93
- callback(null, input.replace(match[0], match[2]), map);
+ callback(null, input.replace(match[0], ''), map);
94
95
0 commit comments