Skip to content

Commit 6c28eee

Browse files
flakey5aduh95
andauthored
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent d228f64 commit 6c28eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ! [ -x "$NODE" ]; then
44
NODE=$(command -v node)
55

66
if ! [ -x "$NODE" ]; then
7-
echo node not found
7+
echo 'node not found' >&2
88
exit 1
99
fi
1010
fi

0 commit comments

Comments
 (0)