Fixed the issue with the current path introduced in 1.16.12.5 release #13

This commit is contained in:
George Sokianos 2022-01-03 21:25:25 +00:00
parent 32a3d4b933
commit 9f656f8ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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()