Skip to content

Commit

Permalink
fix: re-added the intentional print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 committed May 18, 2024
1 parent b386765 commit d7553b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/whereami/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function M.whereami()
if currentCursorWord ~= lastKnownWord then
path = path .. "." .. currentCursorWord
end
-- print(path)
print(path)
end

function M.readtext(node)
Expand Down

0 comments on commit d7553b5

Please sign in to comment.