Merge pull request #186 from cdisselkoen/better-error

kaleidoscope-builder: Better error message for sketch-not-found
pull/188/head
Jesse Vincent 7 years ago committed by GitHub
commit e181aa4b58

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

Loading…
Cancel
Save