We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28bdb71 + 08483d1 commit 7fddefcCopy full SHA for 7fddefc
1 file changed
runtime/v2/shim.go
@@ -221,6 +221,7 @@ func (s *shim) Delete(ctx context.Context) (*runtime.Exit, error) {
221
if err := s.waitShutdown(ctx); err != nil {
222
log.G(ctx).WithError(err).Error("failed to shutdown shim")
223
}
224
+ s.Close()
225
if err := s.bundle.Delete(); err != nil {
226
log.G(ctx).WithError(err).Error("failed to delete bundle")
227
0 commit comments