Skip to content

Commit ef616fc

Browse files
committed
stringify url
1 parent 9fec53b commit ef616fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cli.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ let main = async () => {
187187
let url = `http://${connectionConfig["address"]->Array.joinWith(
188188
":",
189189
)}/ui/${connectionConfig["database"]}`
190-
Console.log(url)
190+
url->JSON.stringifyAny->Console.log
191191
| "unused-selections" =>
192192
let ci = args->RescriptEmbedLang.CliArgs.hasArg("--ci")
193193

0 commit comments

Comments
 (0)