mm_machine 1.4.8 → 1.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -281,7 +281,7 @@ Item.prototype.run_cmd = function(state, ...params){
281
281
  */
282
282
  Item.prototype.cmd = function(state, ...params){
283
283
  this.config.state = state;
284
- return this.run_cmd((state, ...param);
284
+ return this.run_cmd(state, ...param);
285
285
  }
286
286
 
287
287
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_machine",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "这是超级美眉框架机制构建辅助模块,用于快速构建一个机制",
5
5
  "main": "index.js",
6
6
  "scripts": {