kill method

This commit is contained in:
Aliaksei Chapyzhenka 2020-11-28 18:37:51 -08:00
parent 25ae70a095
commit a4a0c9892c

View File

@ -52,5 +52,10 @@ module.exports = () => {
s.getTime = () => lib.getTime(cxt); s.getTime = () => lib.getTime(cxt);
s.kill = () => {
lib.done(cxt, lifemit, triemit2, info);
s.end();
};
return s; return s;
}; };