This commit is contained in:
Amish Shah
2016-08-20 16:19:33 +01:00
parent c7df7a4744
commit 30e6bbd7a4
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@ let parse;
const customDocs = require('../custom/index');
const GEN_VERSION = 9;
const GEN_VERSION = 10;
try {
fs = require('fs-extra');
@@ -131,6 +131,11 @@ function clean() {
param.type = newTypes;
}
}
item.params = [
{
type: item.params,
},
];
obj.events.push(item);
}
}