Skip to content
Snippets Groups Projects

Implement --timeout option

Merged Boris Budini requested to merge timeout into master
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -115,6 +115,7 @@ if (typeof input === "string") {
allowedPaths: program.allowedPaths,
allowedDomains: program.allowedDomains,
additionalScripts: program.additionalScript,
timeout: program.timeout,
};
if (program.forceTransparentBackground) {