mirror of
https://github.com/Davilarek/Vencord.git
synced 2025-05-11 18:05:41 +02:00
fix typo in multiple files (#1911)
This commit is contained in:
parent
a9e67e2955
commit
0afe319141
7 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue