Skip to content

Commit b7b4f3b

Browse files
committed
Debug info
1 parent aa3b04e commit b7b4f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/for_all_contracts_exec2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ fi
140140
for (( i = start; i <= end; i++ )); do
141141
manifest_path="${filtered_manifests[$i]}"
142142
echo "manifest_path" $manifest_path >&2
143-
ls -lh ${CONTRACT_SIZE_FILE}$example* >&2
144143
example="$(dirname "$manifest_path" | cut -d'/' -f3)"
145144
echo "example" $example >&2
145+
ls -lh ${CONTRACT_SIZE_FILE}$example* >&2
146146
size_file="$CONTRACT_SIZE_FILE$example"
147147
echo "size_file" $size_file >&2
148148
command[$arg_index]="$manifest_path"

0 commit comments

Comments
 (0)