diff --git a/src/commands/repl.ts b/src/commands/repl.ts index 2695aa0..49700e0 100644 --- a/src/commands/repl.ts +++ b/src/commands/repl.ts @@ -63,7 +63,7 @@ export async function replFn(autoImportPath: string | undefined, options: Option dynamicDiagramClient = await initializeClient(options, repl, selectedInterpreter) } else { dynamicDiagramClient.onReload(selectedInterpreter) - logger.info(successDescription('Dynamic diagram reloaded')) + logger.info(successDescription('Dynamic diagram reloaded at ' + bold(`http://${options.host}:${options.port}`))) repl.prompt() } }