diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp index ad47ef0..79d0a4a 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -146,7 +146,7 @@ the target to reload the current tab." (runtime-evaluate-msg (next-call-id *devtools-secondary-call-id*) session-id - "chrome.tabs.reload(() => {})"))) + "chrome.tabs.reload()"))) (defun extension-targets (targets) "Filter `targets`, returning a list of targets corresponding to extensions." |