From e41aaeae6a7bc4ad7c2a1305522358dff9a8076d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 5 Sep 2024 16:26:37 +0200 Subject: [PATCH] chore(deps): update dependencies --- plugin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.go b/plugin.go index 2d22b85..817d9a6 100644 --- a/plugin.go +++ b/plugin.go @@ -183,7 +183,6 @@ func (p *Plugin) Stop(ctx context.Context) error { } default: // pool is nil, nothing to do - doneCh <- struct{}{} } }