Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 1811770

Browse files
committed
fix handler contract
1 parent 0e274ce commit 1811770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/local-runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default class LocalRuntime {
117117
return scrollTo(this.client, x, y)
118118
}
119119

120-
private async setDocumentContent(html: string): Promise<void> {
120+
private async setDocumentContent<T>(html: string): Promise<void> {
121121
await setDocumentContent(this.client, html)
122122
}
123123

0 commit comments

Comments
 (0)