From 1fa594c2bc40a11f6d737556935e4f7296bf0bf7 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:16:47 -0400 Subject: [PATCH] bleh --- src/plugins/devCompanion.dev/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/devCompanion.dev/index.tsx b/src/plugins/devCompanion.dev/index.tsx index 42bbdd30..d862cd2d 100644 --- a/src/plugins/devCompanion.dev/index.tsx +++ b/src/plugins/devCompanion.dev/index.tsx @@ -61,7 +61,7 @@ export default definePlugin({ 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 bun build --dev"); + if (!IS_DEV) throw new Error("This plugin requires dev mode to run, please build with bun run build --dev"); initWs(); },