diff options
| -rw-r--r-- | gulpfile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gulpfile.js b/gulpfile.js index 31db306d..32041c49 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -488,7 +488,7 @@ gulp.task('changelog-image', function (cb) {  			let newIcons = []; -			ret.replace(/[AD]\s+src\/_icons\/([a-z1-9-]+)\.svg/g, function (m, fileName) { +			ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) {  				newIcons.push(fileName);  			}); | 
