From a611a04b547308443046d3f22ea5c5f0800e651a Mon Sep 17 00:00:00 2001 From: Sun Date: Tue, 12 Mar 2024 22:17:38 +0800 Subject: [PATCH] feat: adding debug node information in validate.sh --- lab2/validate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lab2/validate.sh b/lab2/validate.sh index 4a4e392a..3d1c3f54 100755 --- a/lab2/validate.sh +++ b/lab2/validate.sh @@ -18,6 +18,7 @@ cd $tmp_dir rm -rf * cp $solution_path/*.js . result=$($"node" --test --experimental-test-coverage) ; ret=$? +node --version echo "$result" if [ $ret -ne 0 ] ; then echo "[!] testing fails"