Remove unnecessary return.

pull/10616/head
Hunter Trujillo 2017-12-04 18:13:40 -07:00
parent 188cd8f1ca
commit 68be5030c2
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ module.exports = {
fs.unlink(path.join(buildDir, file), unlinkErr => {
if (unlinkErr) {
console.error('webpack cleanup error', unlinkErr)
return
}
})
}