Auto-fix lint errors

This commit is contained in:
J. Ryan Stinnett
2021-05-27 14:39:26 +01:00
parent 3efed87d38
commit 1455687384
10 changed files with 22 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ async function fetch(hakEnv, moduleInfo) {
if (haveModuleBuildDir) return;
await new Promise((resolve) => {
npm.load({'loglevel': 'silent'}, resolve);
npm.load({ 'loglevel': 'silent' }, resolve);
});
console.log("Fetching " + moduleInfo.name + " at version " + moduleInfo.version);