mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
updates
This commit is contained in:
parent
73a1c56532
commit
2e049ccfd4
@ -2750,7 +2750,7 @@ end
|
|||||||
-- Sierra Wireless - initial API and implementation
|
-- Sierra Wireless - initial API and implementation
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
local DBGP_CLIENT_VERSION = "1.4.0"
|
local DBGP_CLIENT_VERSION = "1.4.1"
|
||||||
DBGP_CLIENT_LUA_VERSION = os.getenv "LUA_VERSION" or _VERSION
|
DBGP_CLIENT_LUA_VERSION = os.getenv "LUA_VERSION" or _VERSION
|
||||||
if DBGP_CLIENT_LUA_VERSION ~= "Lua 5.1" and DBGP_CLIENT_LUA_VERSION ~= "Lua 5.2" then
|
if DBGP_CLIENT_LUA_VERSION ~= "Lua 5.1" and DBGP_CLIENT_LUA_VERSION ~= "Lua 5.2" then
|
||||||
print(DBGP_CLIENT_LUA_VERSION .. " is not supported. As fallback, debugger will behave as if it runs on Lua 5.2 vm. You could also try to force it to behave as a Lua 5.1 vm by setting the LUA_VERSION environment variable to 'Lua 5.1'")
|
print(DBGP_CLIENT_LUA_VERSION .. " is not supported. As fallback, debugger will behave as if it runs on Lua 5.2 vm. You could also try to force it to behave as a Lua 5.1 vm by setting the LUA_VERSION environment variable to 'Lua 5.1'")
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20171105_0612' )
|
env.info( 'Moose Generation Timestamp: 20171105_0627' )
|
||||||
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
env.info('*** MOOSE DYNAMIC INCLUDE START *** ')
|
env.info('*** MOOSE DYNAMIC INCLUDE START *** ')
|
||||||
env.info('Moose Generation Timestamp: 20171105_0612')
|
env.info('Moose Generation Timestamp: 20171105_0627')
|
||||||
local base=_G
|
local base=_G
|
||||||
__Moose={}
|
__Moose={}
|
||||||
__Moose.Include=function(LuaPath,IncludeFile)
|
__Moose.Include=function(LuaPath,IncludeFile)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user