Changed "Worker" to "Version" in the CLI dev command key

This commit is contained in:
Matt Aitken
2024-03-28 12:13:58 +00:00
parent d39932ebf7
commit d9c9e80bc4
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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")}`
);