* refactor(#2837): multi instance reload * refactor(#2837): multi instance reload
This commit is contained in:
committed by
GitHub
parent
43c3c36c7a
commit
ea55ef1203
@@ -16,7 +16,7 @@ function M.init(foldername)
|
||||
if TreeExplorer then
|
||||
TreeExplorer:destroy()
|
||||
end
|
||||
TreeExplorer = explorer.Explorer.new(foldername)
|
||||
TreeExplorer = explorer:new(foldername)
|
||||
if not first_init_done then
|
||||
events._dispatch_ready()
|
||||
first_init_done = true
|
||||
|
||||
Reference in New Issue
Block a user