mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
bleh
This commit is contained in:
parent
b79c50c9a7
commit
1fa594c2bc
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ 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 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 bun build --dev");
|
if (!IS_DEV) throw new Error("This plugin requires dev mode to run, please build with bun run build --dev");
|
||||||
initWs();
|
initWs();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue