This commit is contained in:
thororen 2025-06-04 11:16:47 -04:00 committed by GitHub
parent b79c50c9a7
commit 1fa594c2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
},