Fixed the issue with the current path introduced in 1.16.12.5 release #13
This commit is contained in:
parent
32a3d4b933
commit
9f656f8ab4
|
@ -536,7 +536,7 @@ function core.init()
|
|||
local plugins_success, plugins_refuse_list = core.load_plugins()
|
||||
|
||||
do
|
||||
local pdir, pname = project_dir_abs:match("(.*)[/\\\\](.*)")
|
||||
local pdir, pname = project_dir_abs:match("(.*)[:/\\\\](.*)")
|
||||
core.log("Opening project %q from directory %s", pname, pdir)
|
||||
end
|
||||
local got_project_error = not core.load_project_module()
|
||||
|
|
Loading…
Reference in New Issue