Skip to content
Snippets Groups Projects
Commit ae97e4b8 authored by dg's avatar dg
Browse files

test

git-svn-id: http://svn.net-core.org/repos/t-engine4@3169 51575b47-30f0-44d4-a5cc-537603b46e54
parent d66b034f
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ local load load = function(...)
__available_engines = engines
print("[ENGINE LOADER] found engines", table.serialize(engines, nil, true))
print("[ENGINE LOADER] looked in:")
for i, m in ipairs(fs.getSearchPath()) do print('', m) end
local use_engine = nil
if req_version == "LATEST" then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment