fixed lint error - final newline

This commit is contained in:
Reetik Rajan 2024-10-05 11:38:17 +05:30
parent 0ad41dd1c2
commit d8d653147c

View File

@ -16,4 +16,4 @@ EXPECTED_ERROR="You need to run \`nvm install --lts\` to install and \`nvm use -
# Check if the error message matches the expected output
echo "$ERROR_OUTPUT" | grep -q "$EXPECTED_ERROR" \
|| die "Expected error message not found. Got: $ERROR_OUTPUT"
|| die "Expected error message not found. Got: $ERROR_OUTPUT"