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 5405cd2 + 19b9532 commit 4211499Copy full SHA for 4211499
lua/salesforce/test_runner.lua
@@ -55,10 +55,10 @@ local function execute_job(command)
55
end,
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
+ Debug:log("test_runner.lua", "Command stderr is: %s", data)
62
local trimmed_data = vim.trim(data)
63
if string.len(trimmed_data) > 0 then
64
Popup:write_to_popup(data)
0 commit comments