mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Fix
This commit is contained in:
parent
69e3005e7a
commit
9dc101f5a3
3 changed files with 3 additions and 5 deletions
|
@ -101,10 +101,7 @@ async function printReport() {
|
|||
console.log();
|
||||
|
||||
console.log("## Bad Webpack Finds");
|
||||
report.badWebpackFinds.forEach(p => {
|
||||
if (p === "waitForStore(\"PermissionStore\")") return;
|
||||
console.log("- " + toCodeBlock(p, "- ".length));
|
||||
});
|
||||
report.badWebpackFinds.forEach(p => console.log("- " + toCodeBlock(p, "- ".length)));
|
||||
|
||||
console.log();
|
||||
|
||||
|
@ -241,7 +238,6 @@ page.on("console", async e => {
|
|||
process.exitCode = 1;
|
||||
|
||||
const [, name] = failedToStartMatch;
|
||||
if (name === "Encryptcord") return;
|
||||
report.badStarts.push({
|
||||
plugin: name,
|
||||
error: await maybeGetError(e.args()[3]) ?? "Unknown error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue