File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
; ; Keywords: extensions, tools
7
7
; ; URL: https://github.com/kaiwk/leetcode.el
8
8
; ; Package-Requires: ((emacs "26") (dash "2.16.0") (graphql "0.1.1") (spinner "1.7.3") (aio "1.0") (log4e "0.3.3"))
9
- ; ; Version: 0.1.15
9
+ ; ; Version: 0.1.16
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
12
12
; ; it under the terms of the GNU General Public License as published by
@@ -228,7 +228,7 @@ VALUE should be the referer."
228
228
" Steal LeetCode login session from local browser.
229
229
It also cleans LeetCode cookies in `url-cookie-file' ."
230
230
(leetcode--loading-mode t )
231
- (url-cookie-delete-cookies leetcode--domain)
231
+ (ignore-errors ( url-cookie-delete-cookies leetcode--domain) )
232
232
(let* ((my-cookies (executable-find " my_cookies" ))
233
233
(my-cookies-output (shell-command-to-string my-cookies))
234
234
(cookies-list (seq-filter
You can’t perform that action at this time.
0 commit comments