Tween(node).sequence() seems to have problem

Hello, Cocos Devs.

code example:
tween(node).sequence(tweenObject);

If only one argument is passed like above, creator output “unknown id” or “setTag is not found” error and crashes.

If pass 2 or more arguments, it works.
But I think it could work even with one argument.

What’s your idea?

I believe the main purpose of sequence is only to be used for 2 or more tweens. If you just want to use 1 tween then you can just use the .by or .to methods

Yes, but if tweens are decided dynamically, they can be one or more.
For convenience, it should work for one tween also.

Currently it’s not supporting one tween, but I agree there shouldn’t be crash by using it this way. The experience can be improved