We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6268108 + ff8d6b6 commit 4611f65Copy full SHA for 4611f65
lua/salesforce/test_runner.lua
@@ -56,6 +56,9 @@ local function execute_job(command)
56
on_stderr = function(_, data)
57
vim.schedule(function()
58
Debug:log("test_runner.lua", "Command stderr is: %s", data)
59
+ if not data then
60
+ return
61
+ end
62
local trimmed_data = vim.trim(data)
63
if string.len(trimmed_data) > 0 then
64
Popup:write_to_popup(data)
0 commit comments