File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ If next-link is exist, continue to request it."
190
190
(let (valid-response response next-link stock)
191
191
(with-current-buffer (get-buffer helm-qiita-http-buffer-name)
192
192
(setq valid-response (helm-qiita-valid-http-responsep))
193
- (helm-qiita-http-debug-stop valid-response process)
193
+ (helm-qiita-http-debug-finish valid-response process)
194
194
(unless valid-response
195
195
(error " Invalid http response " ))
196
196
(setq next-link (helm-qiita-next-link))
@@ -263,7 +263,7 @@ If next-link is exist, continue to request it."
263
263
" Start debug mode."
264
264
(setq helm-qiita-debug-start-time (current-time )))
265
265
266
- (defun helm-qiita-http-debug-stop (result process )
266
+ (defun helm-qiita-http-debug-finish (result process )
267
267
" Stop debug mode.
268
268
RESULT is boolean.
269
269
PROCESS is a http-request process."
You can’t perform that action at this time.
0 commit comments