Lint scripts dir

This commit is contained in:
David Baker
2020-02-17 14:49:26 +00:00
parent 046170e3ec
commit 5fc72e8f73
9 changed files with 21 additions and 26 deletions

View File

@@ -62,6 +62,6 @@ async function copy(hakEnv, moduleInfo) {
await fsProm.copyFile(src, dst);
}
}
};
}
module.exports = copy;