Skip to content

Commit e95d101

Browse files
authored
Update execute_anon.lua
1 parent 79561bc commit e95d101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/salesforce/execute_anon.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
local M = {}
1717

1818
M.execute_anon = function()
19-
Debug:log("execute_anon.lua", "Executing anonymous Apex script...")
19+
Debug:log("execute_anon.lua", "Executing anonymous Apex script......")
2020
local path = vim.fn.expand("%:p")
2121
local file_type = vim.bo.filetype
2222
local default_username = OrgManager:get_default_username()
@@ -79,4 +79,4 @@ M.execute_anon = function()
7979
end
8080
end
8181

82-
return M
82+
return M

0 commit comments

Comments
 (0)