Skip to content

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

@bambooCZ

Description

@bambooCZ

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');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions