Skip to content

Commit 5189ddc

Browse files
committed
Fix invalid async task
1 parent 2330d8c commit 5189ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ var getEmoticonFilter = function(){
9696
})
9797
};
9898

99-
async function copyImages () {
99+
function copyImages () {
100100
del(paths.dist.images.separate);
101101

102102
const emojiMap = require('emoji-datasource-apple').reduce((acc, emoji) => Object.assign(acc, {

0 commit comments

Comments
 (0)