Skip to content

Commit

Permalink
fix object diagram running message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojawer committed May 21, 2023
1 parent ec37f88 commit ed5f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function defineCommands(autoImportPath: string | undefined, options: Options, se
.description('Opens the Object Diagram')
.allowUnknownOption()
.action(async () => {
logger.info(successDescription('Object diagram running on http://localhost:3000'))
logger.info(successDescription('Object diagram available at: ' + bold(`http://localhost:${options.port}`)))
})

commandHandler.command(':help')
Expand Down

0 comments on commit ed5f6d9

Please sign in to comment.