Skip to content

Commit

Permalink
oth: improve debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 30, 2024
1 parent bf75478 commit 1da1fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/shared/tests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local M = {}

-- setup resolution path
package.path = package.path .. ";./lua/?.lua"
vim.print(package)
vim.print({ package = package, path = package.path })

local log = require("shared.logger").create_logger({ log_level = "debug" })

Expand Down

0 comments on commit 1da1fe9

Please sign in to comment.