Skip to content

Commit 37896da

Browse files
vkarpov15hasezoey
andauthored
Update lib/browserDocument.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent 1ab5638 commit 37896da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserDocument.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Document.$emitter = new EventEmitter();
9797
* ignore
9898
*/
9999

100-
Document.prototype._execDocumentPreHooks = function _execDocumentPreHooks(opName) {
100+
Document.prototype._execDocumentPreHooks = async function _execDocumentPreHooks(opName) {
101101
return this._middleware.execPre(opName, this, []);
102102
};
103103

0 commit comments

Comments
 (0)