Skip to content

Commit b9450ab

Browse files
committed
feat: fix stdout issue
1 parent 3000058 commit b9450ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
if [ "$NODENV_VERSION" != "system" ] && [ ! -d "$NODENV_ROOT/versions/$NODENV_VERSION" ]; then
4-
nodenv install "$NODENV_VERSION"
4+
nodenv install "$NODENV_VERSION" 1>&2
55
fi

0 commit comments

Comments
 (0)