fix part of any

This commit is contained in:
Ben 2020-09-28 00:22:29 -07:00
parent b1720ade24
commit 5ce8cb1388

View File

@ -159,7 +159,10 @@ module.exports = () => {
ee[1] = cb1;
context = c.init(boundEE0,boundEE1,boundSet,boundGet);
},
execute: (ctx, lifemit, triemit, info, chunk) => {
execute: (ctx, cb0, cb1, info, chunk) => {
boundInfo = info;
ee[0] = cb0;
ee[1] = cb1;
c.execute(ctx,boundEE0,boundEE1,boundSet,boundGet,chunk.toString());
},
setTrigger: (ctx, triggerString) => {