Auto-format code (#277)

This commit is contained in:
Simon Lecoq
2021-04-28 23:05:08 +02:00
committed by GitHub
parent eda35ca6f5
commit 5a33c581fd
10 changed files with 41 additions and 20 deletions

View File

@@ -65,7 +65,7 @@
/**Total extracter */
async function total({imports}) {
if (!total.promise) {
total.promise = new Promise(async(solve, reject) => { //eslint-disable-line no-async-promise-executor
total.promise = new Promise(async(solve, reject) => {
//Setup browser
console.debug("metrics/compute/plugins > achievements > filling total from github.com/search")
const browser = await imports.puppeteer.launch()