Changed "Worker" to "Version" in the CLI dev command key
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Changed "Worker" to "Version" in the dev command key
|
||||
@@ -57,7 +57,7 @@ export async function printStandloneInitialBanner(performUpdateCheck = true) {
|
||||
|
||||
export function printDevBanner() {
|
||||
logger.log(
|
||||
`${chalkGrey("Key:")} ${chalkWorker("Worker")} ${chalkGrey("|")} ${chalkTask(
|
||||
`${chalkGrey("Key:")} ${chalkWorker("Version")} ${chalkGrey("|")} ${chalkTask(
|
||||
"Task"
|
||||
)} ${chalkGrey("|")} ${chalkRun("Run")}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user