refactor: elapsed into context
This commit is contained in:
parent
107d6964a1
commit
953141093b
|
@ -141,6 +141,7 @@ export default (latus) => {
|
|||
}
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
while (true) {
|
||||
this.sandbox.context.elapsed = elapsed;
|
||||
const {done, value} = this.sandbox.next();
|
||||
if (value) {
|
||||
const {value: result} = value;
|
||||
|
|
Loading…
Reference in New Issue
Block a user