agent icon indicating copy to clipboard operation
agent copied to clipboard

Fix goroutine leak in local.file

Open wildum opened this issue 1 year ago • 0 comments

PR Description

Call UpdateArgs instead of Update in the New() function to avoid starting goroutines before Run() is called

Which issue(s) this PR fixes

Fixes #6341

Notes to the Reviewer

PR Checklist

  • [ ] CHANGELOG.md updated

wildum avatar Feb 09 '24 15:02 wildum