solution is to check if there actually was an error, ex. ``` Javascript if (err) { _event.emit('log', 'chmod ' + stats.mode + ' on ' + dest + ' failed after copying, ignoring'); } ```
solution is to check if there actually was an error, ex.