mm_os 3.0.5 → 3.0.6

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.
@@ -205,7 +205,7 @@ Drive.prototype.start = function(opiton) {
205
205
  */
206
206
  Drive.prototype.start_after = async function(opiton) {
207
207
  var msg = null;
208
- var list = this.plugin;
208
+ var list = this.plugin.list;
209
209
  for (var i = 0; i < list.length; i++) {
210
210
  var o = list[i];
211
211
  if (o.config.state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {