Skip to content

Commit 763af9e

Browse files
committed
uncomment exit
1 parent 23dae2b commit 763af9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/generate-samples.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ fi
6868

6969
if [[ -n "$GENERATE_ERROR" ]]; then
7070
echo "Found exception(s) when running the generator(s) to update the samples."
71-
# UNCOMMENT LATER
72-
#exit 1
71+
exit 1
7372
fi

0 commit comments

Comments
 (0)