| Index: client/cmd/isolate/checker.go
|
| diff --git a/client/cmd/isolate/checker.go b/client/cmd/isolate/checker.go
|
| index 397e189637f55cec80e1f845383a62a25a9d19ba..745f0095a756fd90659a6509954b39d7762e256a 100644
|
| --- a/client/cmd/isolate/checker.go
|
| +++ b/client/cmd/isolate/checker.go
|
| @@ -66,6 +66,7 @@ func NewChecker(ctx context.Context, client *isolatedclient.Client) *Checker {
|
| func newChecker(ctx context.Context, svc isolateService) *Checker {
|
| c := &Checker{
|
| svc: svc,
|
| + ctx: ctx,
|
| }
|
| c.bundler = bundler.NewBundler(checkerItem{}, func(bundle interface{}) {
|
| items := bundle.([]checkerItem)
|
|
|