changelog for zombie processes and fixing linting error

This commit is contained in:
buxxi
2021-03-13 12:02:56 +01:00
parent 401a6f3417
commit d2b3414ac6
2 changed files with 2 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ module.exports = NodeHelper.create({
},
performFetch: async function () {
for (sg of simpleGits) {
for (let sg of simpleGits) {
try {
let fetchData = await sg.git.fetch(["--dry-run"]).status();
let logData = await sg.git.log({ "-1": null });