`sys.get_application_info()` documentation does not match implementation

Documentation:

Returns a table with the following members: installed.

RETURNS

table with application information

sys.get_config

Code:

pprint(sys.get_application_info())

Result:

ERROR:SCRIPT: main/main.script:3: bad argument #1 to 'get_application_info' (string expected, got no value)
stack traceback:
	[C]: in function 'get_application_info'
	main/main.script:3: in main chunk

Thanks for the report!

1 Like