File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
192
192
193
193
exit_status=$?
194
194
if [ $exit_status -ne 0 ]; then
195
- echo " " ERROR: Compilation failed with error code $exit_status " "
195
+ echo " ERROR: Compilation failed with error code $exit_status "
196
196
exit $exit_status
197
197
fi
198
198
@@ -236,7 +236,7 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
236
236
237
237
exit_status=$?
238
238
if [ $exit_status -ne 0 ]; then
239
- echo " " ERROR: Compilation failed with error code $exit_status " "
239
+ echo " ERROR: Compilation failed with error code $exit_status "
240
240
exit $exit_status
241
241
fi
242
242
# $ide_path/arduino-builder -compile -logger=human -core-api-version=10810 \
@@ -398,7 +398,7 @@ function build_sketches(){ # build_sketches <ide_path> <user_path> <target> <pat
398
398
else
399
399
start_index=$(( $chunk_index * $chunk_size ))
400
400
if [ " $sketchcount " -le " $start_index " ]; then
401
- echo " No sketches to build"
401
+ echo " No sketches to build for $target in chunk $chunk_index "
402
402
return 0
403
403
fi
404
404
You can’t perform that action at this time.
0 commit comments