kaleidoscope-builder: Better error message for sketch-not-found

Currently, if kaleidoscope-builder fails to find a sketch file, the
resulting error message is very confusing and unhelpful.  This commit
makes it more straightforward and helpful.
pull/186/head
Craig Disselkoen 7 years ago
parent 0467521354
commit b6150cb175

@ -32,6 +32,7 @@ find_sketch () {
return
fi
done
echo "Couldn't find sketch (.ino file)" >&2
exit 1
}

Loading…
Cancel
Save