mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
fix serialization and race cond
This commit is contained in:
parent
d188a93a6c
commit
c365c86a49
3 changed files with 18 additions and 27 deletions
|
@ -7,6 +7,7 @@
|
|||
import { Logger } from "@utils/Logger";
|
||||
import * as Webpack from "@webpack";
|
||||
import { patches } from "plugins";
|
||||
import { initWs } from "plugins/devCompanion.dev/initWs";
|
||||
|
||||
import { loadLazyChunks } from "./loadLazyChunks";
|
||||
import { reporterData } from "./reporterData";
|
||||
|
@ -78,11 +79,13 @@ async function runReporter() {
|
|||
}
|
||||
}
|
||||
|
||||
// if we are running the reporter with companion integration, send the list to vscode as soon as we can
|
||||
if(IS_COMPANION_TEST)
|
||||
initWs();
|
||||
ReporterLogger.log("Finished test");
|
||||
} catch (e) {
|
||||
ReporterLogger.log("A fatal error occurred:", e);
|
||||
}
|
||||
console.log(reporterData);
|
||||
}
|
||||
|
||||
// imported in webpack for reporterData, wrap to avoid running reporter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue