mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixing issue with dynamic loader (program path).
This commit is contained in:
@@ -11,7 +11,7 @@ __Moose.Include = function( IncludeFile )
|
|||||||
if f == nil then
|
if f == nil then
|
||||||
error ("Moose: Could not load Moose file " .. IncludeFile )
|
error ("Moose: Could not load Moose file " .. IncludeFile )
|
||||||
else
|
else
|
||||||
env.info( "Moose: " .. IncludeFile .. " dynamically loaded from " .. __Moose.ProgramPath )
|
env.info( "Moose: " .. IncludeFile .. " dynamically loaded." )
|
||||||
return f()
|
return f()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user