gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

Add error callback for new node version #88

Open jalmeida-mct opened 6 years ago

jalmeida-mct commented 6 years ago

On node 10, a warning causes the task to fail. Adding a simple error handler fixes the issue. An alternative is to use unlinkSync instead.