Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-31 01:28:13 +03:00
parent 68f4fab4fd
commit 72103ea846

View File

@ -567,6 +567,7 @@ object.Constructor('Parser', {
: !key.startsWith(COMMAND_PREFIX) ?
key.replace(this.commandInputPattern, COMMAND_PREFIX+'$1')
: key
// unwind aliases...
var seen = new Set()
while(key in this
&& typeof(this[key]) == typeof('str')){