mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
changelog for zombie processes and fixing linting error
This commit is contained in:
parent
401a6f3417
commit
d2b3414ac6
@ -52,6 +52,7 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
- Fix socket.io backward compatibility with socket v2 clients
|
- Fix socket.io backward compatibility with socket v2 clients
|
||||||
- 3rd party module language loading if language is English
|
- 3rd party module language loading if language is English
|
||||||
- Fix e2e tests after spectron update
|
- Fix e2e tests after spectron update
|
||||||
|
- Fix updatenotification creating zombie processes by setting a timeout for the git process
|
||||||
|
|
||||||
## [2.14.0] - 2021-01-01
|
## [2.14.0] - 2021-01-01
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ module.exports = NodeHelper.create({
|
|||||||
},
|
},
|
||||||
|
|
||||||
performFetch: async function () {
|
performFetch: async function () {
|
||||||
for (sg of simpleGits) {
|
for (let sg of simpleGits) {
|
||||||
try {
|
try {
|
||||||
let fetchData = await sg.git.fetch(["--dry-run"]).status();
|
let fetchData = await sg.git.fetch(["--dry-run"]).status();
|
||||||
let logData = await sg.git.log({ "-1": null });
|
let logData = await sg.git.log({ "-1": null });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user