File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ export function startDevOutput(options: DevOutputOptions) {
4141 const baseUrl = `${ dashboardUrl } /projects/v3/${ config . project } ` ;
4242
4343 const rebuildStarted = ( ...[ target ] : EventBusEventArgs < "rebuildStarted" > ) => {
44- logger . log ( chalkGrey ( "○ Rebuilding background worker…" ) ) ;
44+ logger . log ( chalkGrey ( "○ Rebuilding local worker…" ) ) ;
4545 } ;
4646
4747 const buildStarted = ( ...[ target ] : EventBusEventArgs < "buildStarted" > ) => {
48- logger . log ( chalkGrey ( "○ Building background worker…" ) ) ;
48+ logger . log ( chalkGrey ( "○ Building local worker…" ) ) ;
4949 } ;
5050
5151 const buildFailed = ( ...[ target , error ] : EventBusEventArgs < "buildFailed" > ) => {
@@ -89,7 +89,7 @@ export function startDevOutput(options: DevOutputOptions) {
8989 const runsLink = chalkLink ( cliLink ( "View runs" , runsUrl ) ) ;
9090
9191 const runtime = chalkGrey ( `[${ worker . build . runtime } ]` ) ;
92- const workerStarted = chalkGrey ( "Background worker ready" ) ;
92+ const workerStarted = chalkGrey ( "Local worker ready" ) ;
9393 const workerVersion = chalkWorker ( worker . serverWorker ! . version ) ;
9494
9595 logParts . push ( workerStarted , runtime , arrow , workerVersion ) ;
You can’t perform that action at this time.
0 commit comments