You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message=$'Could not compile the file '"$cds_file"$'.\nReported error(s):\n```\n'"$stderr_truncated"$'\n```'
58
+
echo"$error_message"
59
+
# Log an error diagnostic which appears on the status page
60
+
"$CODEQL_DIST/codeql" database add-diagnostic --extractor-name cds --ready-for-status-page --source-id cds/compilation-failure --source-name "Failure to compile one or more SAP CAP CDS files" --severity error --markdown-message "$error_message" --file-path "$cds_file""$CODEQL_EXTRACTOR_CDS_WIP_DATABASE"
61
+
fi
59
62
done<"$response_file"
60
63
61
64
# Check if the JS extractor variables are set, and set them if not
0 commit comments