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
{{ message }}
This repository has been archived by the owner on May 1, 2021. It is now read-only.
15:06:39.426 - ReplicatedStorage.TS.node_modules.cmd-ast.out.CommandAstParser:328: attempt to index nil with 'type'
15:06:39.427 - Stack Begin
15:06:39.428 - Script 'ReplicatedStorage.TS.node_modules.cmd-ast.out.CommandAstParser', Line 328 - function appendStatementNode
15:06:39.428 - Script 'ReplicatedStorage.TS.node_modules.cmd-ast.out.CommandAstParser', Line 757 - function Parse
testargs "hello"test
with definition:
{command: "testargs",args: [{type: ["string"]}]}
the argument "test" will cause the above error.
Fix possibilities:
Parser adds type error to exceeding argument list
Parser allows some way of declaring an argument as varadic (if it's the last one)
The text was updated successfully, but these errors were encountered:
with definition:
the argument "test" will cause the above error.
Fix possibilities:
The text was updated successfully, but these errors were encountered: