nwutils/nw-builder

Utils.js: function copyFile always prints "chmod <perms> on <file> failed after copying, ignoring".

bambooCZ opened this issue · 6 comments

solution is to check if there actually was an error, ex.

if (err) {
    _event.emit('log', 'chmod ' + stats.mode + ' on ' + dest + ' failed after copying, ignoring');
}

also mentioned in #141

Actualy, whole copyFile method is pretty fucked up...

mdb commented

Is there a planned release now that this issue is closed? My team's CI environment relies upon an npm release.

Apologies for nagging ;)

Thanks for the fix!

Yeah, sometime today (Irish time).

On Wed, 28 Jan 2015 15:11 Mike Ball notifications@github.com wrote:

Is there a planned release now that this issue is closed? My team's CI
environment relies upon an npm release.

Apologies for nagging ;)

Thanks for the fix!


Reply to this email directly or view it on GitHub
#147 (comment)
.

mdb commented

@adam-lynch Great - thanks so much.

1.0.8 published.