Skip to content

Commit 2b10a3c

Browse files
committed
add log
1 parent f729b1c commit 2b10a3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Playground.res

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,9 @@ module Settings = {
991991
{React.string("---Experimental---")}
992992
</option>
993993
{versionByOrder
994-
->Belt.Array.map(version => {
995-
let version = CompilerManagerHook.Semver.toString(version)
994+
->Belt.Array.map(version_ => {
995+
let version = CompilerManagerHook.Semver.toString(version_)
996+
Js.log(("version.toString", version_, version))
996997
<option className="py-4" key=version value=version>
997998
{React.string(version)}
998999
</option>

0 commit comments

Comments
 (0)