Skip to content

Commit 9156861

Browse files
author
Matthieu Coudron
committed
wip
1 parent 8cb39c2 commit 9156861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/rest-nvim/request/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ M.get_current_request = function()
274274
string.find(headers["content-type"] or "", "application/[^ ]-json")
275275
)
276276
log.fmt_debug("Identified body as:\n %s", body)
277+
script_str = get_response_script(bufnr, script_line, end_line)
277278

278279
if config.get("jump_to_request") then
279280
utils.move_cursor(bufnr, start_line)

0 commit comments

Comments
 (0)