Skip to content

Commit 57871f1

Browse files
committed
Small tweak.
1 parent 95c2f73 commit 57871f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-template",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "This library is responsible for expanding a template web page and then capturing it PNG or PDF.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/web-page-renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class WebPageRenderer implements IWebPageRenderer {
215215
};
216216
},
217217
options.captureSelector || options.waitSelector,
218-
)
218+
);
219219
})
220220
.then((rect: any) => {
221221
return this.nightmare.screenshot(outputFilePath, rect);

0 commit comments

Comments
 (0)