[tools] Make tick processor report error to stderr.
R=herhut@chromium.org Change-Id: Iaac8c2e036a0343c4d4a5c50bc91fb3d35e5d760 Reviewed-on: https://chromium-review.googlesource.com/c/1319586 Reviewed-by: Stephan Herhut <herhut@chromium.org> Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#57282}
This commit is contained in:
parent
5fa584c871
commit
706042680c
@ -27,8 +27,8 @@ if [ ! -x "$d8_exec" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -x "$d8_exec" ]; then
|
if [ ! -x "$d8_exec" ]; then
|
||||||
echo "d8 shell not found in $D8_PATH"
|
echo "d8 shell not found in $D8_PATH" >&2
|
||||||
echo "Please provide path to d8 as env var in D8_PATH"
|
echo "Please provide path to d8 as env var in D8_PATH" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user