mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
ReporterTestable.None Is Good - DevComp
This commit is contained in:
parent
58fb1e92ad
commit
218dadbe04
1 changed files with 0 additions and 4 deletions
|
@ -22,9 +22,7 @@ import { Logger } from "@utils/Logger";
|
||||||
import definePlugin, { OptionType, ReporterTestable } from "@utils/types";
|
import definePlugin, { OptionType, ReporterTestable } from "@utils/types";
|
||||||
|
|
||||||
import { initWs, socket, stopWs } from "./initWs";
|
import { initWs, socket, stopWs } from "./initWs";
|
||||||
console.log("imported");
|
|
||||||
export const PORT = 8485;
|
export const PORT = 8485;
|
||||||
const NAV_ID = "dev-companion-reconnect";
|
|
||||||
|
|
||||||
export const logger = new Logger("DevCompanion");
|
export const logger = new Logger("DevCompanion");
|
||||||
|
|
||||||
|
@ -61,8 +59,6 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
// if we're running the reporter, we need to initws in the reporter file to avoid a race condition
|
|
||||||
if (!IS_DEV) throw new Error("This plugin requires dev mode to run, please build with pnpm build --dev");
|
|
||||||
initWs();
|
initWs();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue