This commit is contained in:
FlightControl_Master 2017-11-05 06:30:29 +01:00
parent 73a1c56532
commit 2e049ccfd4
3 changed files with 3 additions and 3 deletions

View File

@ -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'")

View File

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

View File

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