Apply linter

This commit is contained in:
lowlighter
2021-06-17 23:03:53 +02:00
parent c13582ec52
commit 8e394bf76d
2 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ async function analyze({login, imports, data}, {results, path}) {
for (let page = 0; ; page++) {
try {
console.debug(`metrics/compute/${login}/plugins > languages > indepth > processing commits ${page*per_page} from ${(page+1)*per_page}`)
let file = null, lang = null, empty = true
let empty = true, file = null, lang = null
await imports.spawn("git", ["log", ...data.shared["commits.authoring"].map(authoring => `--author="${authoring}"`), "--regexp-ignore-case", "--format=short", "--patch", `--max-count=${per_page}`, `--skip=${page*per_page}`], {cwd:path}, {
stdout(line) {
//Unflag empty output