diff --git a/lib/util.js b/lib/util.js index b9493102..2181a2ca 100644 --- a/lib/util.js +++ b/lib/util.js @@ -485,7 +485,7 @@ strArray.push(substr); strArray.forEach(function(strItem) { - str = str.replace(strItem, ''); + str = Util.replace(str, strItem, ''); }); }