Bug: change Script.list to return an array of ScriptInfo (#17)

This commit is contained in:
folex 2021-12-06 16:36:38 +03:00 committed by GitHub
parent 1193236fe7
commit 7ce35fdc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,4 +250,4 @@ service Script("script"):
-- Returns a list of existing scripts on the node.
-- Each object in the list is of the following structure
list() -> ScriptInfo
list() -> []ScriptInfo