This commit is contained in:
2024-01-20 01:29:57 +02:00
parent 81ca5ddf28
commit 4352c398c1
4 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,8 @@ func RunService() {
if err != nil {
fmt.Printf("Memory Dump Error: %s", err)
}
fmt.Println("Saved Snapshots to file")
}
}()
}