aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/swextreload/main.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmd/swextreload/main.go b/cmd/swextreload/main.go
index 608e99a..23a1ab4 100644
--- a/cmd/swextreload/main.go
+++ b/cmd/swextreload/main.go
@@ -60,13 +60,9 @@ func main() {
os.Exit(sysexits.Usage)
}
- return
-
err = swextreload.Reload(
- // "ws://127.0.0.1:55755/devtools/browser/4536efdf-6ddf-40b6-9a16-258a1935d866",
- // "imcibeelfmccdpnnlemllnepgbfdbkgo",
socket_url,
- extension_ids[0],
+ extension_ids,
true,
)
if err != nil {