fix: mutex handling in wholescreencapture
This commit is contained in:
@@ -198,7 +198,7 @@ func (a *appImpl) processScreenshot() {
|
||||
// Capture screenshot
|
||||
filePath, err := a.capturer.Get()
|
||||
if err != nil {
|
||||
a.log.Error("Failed to capture screenshot", "error", err)
|
||||
a.log.Error("failed to obtain screenshot from capturer", "error", err)
|
||||
a.addConsoleOutput("Error: Failed to capture screenshot")
|
||||
a.stats.Status = Waiting
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user