Skip to content

Commit

Permalink
fix(base): fix type issue and wrong initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Feb 21, 2024
1 parent 5f3cbe4 commit 3e95f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pathlib/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function Path:_init(...)
end

function Path:to_empty()
self.git_state = { is_ready = false }
self.git_state = {}
self._raw_paths = utils.lists.str_list.new()
self._drive_name = ""
self._uri_protocol = nil
Expand Down

0 comments on commit 3e95f11

Please sign in to comment.