Skip to content

Commit 0520c7b

Browse files
committed
reduce debugger not present error to warning
1 parent 08bb992 commit 0520c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/defold/service/debugger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function M.register_nvim_dap()
4646

4747
local dap_installed, dap = pcall(require, "dap")
4848
if not dap_installed then
49-
log.error "Debugger enabled but could not find plugin: mfussenegger/nvim-dap"
49+
log.warn "Debugger enabled but could not find plugin: mfussenegger/nvim-dap"
5050
return
5151
end
5252

0 commit comments

Comments
 (0)