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.
1 parent 79561bc commit e95d101Copy full SHA for e95d101
lua/salesforce/execute_anon.lua
@@ -16,7 +16,7 @@ end
16
local M = {}
17
18
M.execute_anon = function()
19
- Debug:log("execute_anon.lua", "Executing anonymous Apex script...")
+ Debug:log("execute_anon.lua", "Executing anonymous Apex script......")
20
local path = vim.fn.expand("%:p")
21
local file_type = vim.bo.filetype
22
local default_username = OrgManager:get_default_username()
@@ -79,4 +79,4 @@ M.execute_anon = function()
79
end
80
81
82
-return M
+return M
0 commit comments