mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
changelog for zombie processes and fixing linting error
This commit is contained in:
@@ -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 });
|
||||
|
Reference in New Issue
Block a user