You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently lua-modules/globalconfig.lua and lua-modules/nkconfig.lua return a warning The field '%s' cannot be set in 'config' table. if the user mis-types a config variable name.
Per discussion on 19/06, this warning should be changed to an error.
Currently
lua-modules/globalconfig.luaandlua-modules/nkconfig.luareturn a warningThe field '%s' cannot be set in 'config' table.if the user mis-types a config variable name.Per discussion on 19/06, this warning should be changed to an error.