We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c2f73 commit 57871f1Copy full SHA for 57871f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "capture-template",
3
- "version": "1.0.10",
+ "version": "1.0.11",
4
"description": "This library is responsible for expanding a template web page and then capturing it PNG or PDF.",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
src/web-page-renderer.ts
@@ -215,7 +215,7 @@ export class WebPageRenderer implements IWebPageRenderer {
215
};
216
},
217
options.captureSelector || options.waitSelector,
218
- )
+ );
219
})
220
.then((rect: any) => {
221
return this.nightmare.screenshot(outputFilePath, rect);
0 commit comments