fixed memory readings

This commit is contained in:
Zacharias-Brohn
2025-10-14 19:29:31 +02:00
parent 3a0d1551ef
commit 2350b6db28
2 changed files with 14 additions and 5 deletions
-2
View File
@@ -14,7 +14,6 @@ Singleton {
running: true
repeat: true
onTriggered: {
console.log("Checking for updates...")
updatesProc.running = true
interval = 60000
}
@@ -29,7 +28,6 @@ Singleton {
onStreamFinished: {
const output = this.text
const lines = output.trim().split("\n").filter(line => line.length > 0)
console.log("Available updates:", lines)
availableUpdates = lines.length
}
}