We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bb992 commit 0520c7bCopy full SHA for 0520c7b
1 file changed
lua/defold/service/debugger.lua
@@ -46,7 +46,7 @@ function M.register_nvim_dap()
46
47
local dap_installed, dap = pcall(require, "dap")
48
if not dap_installed then
49
- log.error "Debugger enabled but could not find plugin: mfussenegger/nvim-dap"
+ log.warn "Debugger enabled but could not find plugin: mfussenegger/nvim-dap"
50
return
51
end
52
0 commit comments