Skip to content

Commit

Permalink
chore(fs-copy-file-sync) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 24, 2019
1 parent c2037f1 commit 848e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fs-copy-file-sync.js
Expand Up @@ -14,7 +14,7 @@ const constants = {
COPYFILE_FICLONE_FORCE,
};

module.exports = fs.copyFileSync ? fs.copyFileSync : copyFileSync;
module.exports = fs.copyFileSync || copyFileSync;
module.exports.constants = constants;

const isNumber = (a) => typeof a === 'number';
Expand Down

0 comments on commit 848e025

Please sign in to comment.