chore: remove useless statement that was a typo (#4846)
This commit is contained in:
parent
722db85e1c
commit
d08f8487c4
|
|
@ -111,7 +111,7 @@ export class JSHandle<T = any> {
|
|||
}
|
||||
|
||||
async _evaluateExpression(expression: string, isFunction: boolean, returnByValue: boolean, arg: any) {
|
||||
const value = await evaluateExpression(this._context, returnByValue, expression, isFunction, this, arg);1;
|
||||
const value = await evaluateExpression(this._context, returnByValue, expression, isFunction, this, arg);
|
||||
await this._context.doSlowMo();
|
||||
return value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue