diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/swextreload.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/internal/swextreload.go b/internal/swextreload.go index b66be95..e23467e 100644 --- a/internal/swextreload.go +++ b/internal/swextreload.go @@ -88,6 +88,7 @@ func reloadExtension(  	ctx, cancel := chromedp.NewContext(ctx)  	defer cancel() +	// TODO: I think get targets once first, and reload all extensions using those targets. Rather than getting targets for each extension reload.  	targets, err := chromedp.Targets(ctx)  	if err != nil {  		return targets, fmt.Errorf("swextreload: can't get targets: %v", err) | 
