Failed to construct, Spawn construction needs two or more actions

h5平台上测试
var ationList = [];
ationList .push(cc.action);
var spawn = cc.spawn(ationList );

如上 创建这个spawn动作报错了。
CCDebugger.js:333 Failed to construct, Spawn construction needs two or more actions
当数组长度为1时构建这个spawn动作 就会抛异常。

报错已经够明显了好嘛?:sweat_smile:告诉你Spawn的构造函数需要两个或更多的action