when we don't need to rebuild the code, don't rebuild it

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 30157d651b
commit 91753fe259
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -429,7 +429,6 @@ compile () {
do_compile "$@"
else
echo "${HEX_FILE_PATH} did not need to be rebuilt"
do_compile "$@"
fi
}

Loading…
Cancel
Save