Skip to content

Commit

Permalink
Missing extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Sep 16, 2024
1 parent ea1edc7 commit 7670760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ function core.load_plugins()
}
local files, ordered = {}, {
{ priority = -2, load = load_lua_plugin_if_exists, version_match = true, file = USERDIR .. PATHSEP .. "init.lua", name = "User Module" },
{ priority = -1, load = load_lua_plugin_if_exists, version_match = true, file = core.root_project().path .. PATHSEP .. ".lite_project", name = "Project Module" }
{ priority = -1, load = load_lua_plugin_if_exists, version_match = true, file = core.root_project().path .. PATHSEP .. ".lite_project.lua", name = "Project Module" }
}
for _, root_dir in ipairs {DATADIR, USERDIR} do
local plugin_dir = root_dir .. PATHSEP .. "plugins"
Expand Down

0 comments on commit 7670760

Please sign in to comment.