fix typo in multiple files (#1911)

This commit is contained in:
Susheel Thapa
2023-10-27 07:51:05 +05:45
committed by Nuckyz
parent a9e67e2955
commit 0afe319141
7 changed files with 9 additions and 9 deletions

View File

@ -289,7 +289,7 @@ function runTime(token: string) {
setTimeout(() => console.log("PUPPETEER_TEST_DONE_SIGNAL"), 1000);
}, 1000));
} catch (e) {
console.error("[PUP_DEBUG]", "A fatal error occured");
console.error("[PUP_DEBUG]", "A fatal error occurred");
console.error("[PUP_DEBUG]", e);
process.exit(1);
}