We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9462fac commit 2741238Copy full SHA for 2741238
scripts/executeQuery.sh
@@ -105,6 +105,7 @@ then
105
redColor='\033[0;31m'
106
noColor='\033[0m'
107
echo -e "${redColor}${cypher_query_file_name}: ${cypher_query_result}${noColor}" >&2
108
+ echo -e "${redColor}Parameters: ${query_parameters}${noColor}" >&2
109
exit 1
110
fi
111
#echo "executeQuery: Cypher Query OK Result: ${cypher_query_result}"
@@ -115,6 +116,7 @@ if [[ -n "${error_message}" ]]; then
115
116
117
118
echo -e "${redColor}${cypher_query_file_name}: ${error_message}${noColor}" >&2
119
120
121
122
0 commit comments