diff options
Diffstat (limited to 'wttrin-debug.el')
| -rw-r--r-- | wttrin-debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wttrin-debug.el b/wttrin-debug.el index d0473dd..53f7e29 100644 --- a/wttrin-debug.el +++ b/wttrin-debug.el @@ -45,7 +45,7 @@ Always fetches fresh data from the API, bypassing cache." (let ((wttrin--force-refresh t)) (wttrin--get-cached-or-fetch location - (lambda (raw-string) + (lambda (raw-string &optional _error-msg) (with-current-buffer (get-buffer-create "*wttrin-debug*") (erase-buffer) (when raw-string |
