add final log
This commit is contained in:
parent
0bce5ec4d1
commit
f5b16177f6
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ await page.addStyleTag({
|
||||||
content: readFileSync("jitsi-hide.css", "utf-8"),
|
content: readFileSync("jitsi-hide.css", "utf-8"),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
logger.info("All done.");
|
||||||
|
|
||||||
browser.on("disconnected", () => {
|
browser.on("disconnected", () => {
|
||||||
logger.info("Browser disconnected, exiting");
|
logger.info("Browser disconnected, exiting");
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
|
|
Loading…
Reference in a new issue