Fix codefactor

This commit is contained in:
Luis Blanco 2019-03-02 15:16:36 +03:00
parent be5e80f2ec
commit 1fb87351a5
1 changed files with 4 additions and 2 deletions

View File

@ -80,4 +80,6 @@ module.exports = {
rm() { return console.log(rmPath); }, rm() { return console.log(rmPath); },
cp() { return console.log(cpPath); }, cp() { return console.log(cpPath); },
download,
}; };