aboutsummaryrefslogtreecommitdiff
path: root/stack-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'stack-core.el')
-rw-r--r--stack-core.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack-core.el b/stack-core.el
index 082af83..16a20c9 100644
--- a/stack-core.el
+++ b/stack-core.el
@@ -182,7 +182,9 @@ entire response as a complex alist."
(point-min) (point-max)
stack-core-unzip-program
nil t)
- (json-read-from-string (buffer-string))))
+ (json-read-from-string
+ (buffer-substring
+ (point-min) (point-max)))))
;; If it still fails, error out
(unless response
(stack-message "Unable to parse response")