fix(env): make sure to popup on nofile (fixes #211) (#212)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-25 11:29:55 -04:00
committed by GitHub
parent 28fd18fd0f
commit eaa373a7f6
2 changed files with 2 additions and 8 deletions

View File

@@ -96,8 +96,6 @@ M.stream = function(question, code_lang, code_content, selected_content_content,
---@type AvanteCurlOutput
local spec = Provider.parse_curl_args(Provider, code_opts)
Utils.debug({ spec })
---@param line string
local function parse_stream_data(line)
local event = line:match("^event: (.+)$")