We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fec53b commit ef616fcCopy full SHA for ef616fc
cli/Cli.res
@@ -187,7 +187,7 @@ let main = async () => {
187
let url = `http://${connectionConfig["address"]->Array.joinWith(
188
":",
189
)}/ui/${connectionConfig["database"]}`
190
- Console.log(url)
+ url->JSON.stringifyAny->Console.log
191
| "unused-selections" =>
192
let ci = args->RescriptEmbedLang.CliArgs.hasArg("--ci")
193
0 commit comments