From 5d10b3bd85729d329da0a88330e3f70d925a675b Mon Sep 17 00:00:00 2001 From: Zainan Victor Zhou Date: Thu, 23 Feb 2017 20:50:00 -0800 Subject: [PATCH] Add print nodejs version (#280) --- bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index cfd07f8c..0960e737 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -207,7 +207,7 @@ function main() { echo echo -n "Starting Wechaty ... " - + echo -n "NodeJS Version=$(node --version)" VERSION=$(WECHATY_LOG=WARN wechaty-version 2>/dev/null || echo '0.0.0(unknown)') echo "v$VERSION" -- GitLab