From cfd56868f64af6ca1258f9a43d4c56dca5eebe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=99=88=E5=A8=81?= Date: Thu, 8 Jan 2026 17:21:12 +0800 Subject: [PATCH] fix: update RSLIB_READY_MESSAGE to match latest rslib output --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index a75bb78..b954ff0 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,5 +1,5 @@ export const PACKAGE_JSON = 'package.json'; export const PLUGIN_LOG_TITLE = '[Rsbuild Workspace Dev Plugin]: '; -export const RSLIB_READY_MESSAGE = 'build complete, watching for changes'; +export const RSLIB_READY_MESSAGE = 'watching for changes'; export const TSUP_READY_MESSAGE = 'Watching for changes in';