Skip to content

Commit

Permalink
Bump up the count to account for cordova-plugin-advanced-http
Browse files Browse the repository at this point in the history
Added to workaround CORS issues with making http calls from javascript directly.
  • Loading branch information
shankari authored Jul 10, 2020
1 parent 5e09ba4 commit 1781016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_shared_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sed -i -e "s|/usr/bin/env node|/usr/bin/env node --unhandled-rejections=strict|"

npx cordova prepare

EXPECTED_COUNT=25
EXPECTED_COUNT=26
INSTALLED_COUNT=`npx cordova plugin list | wc -l`
echo "Found $INSTALLED_COUNT plugins, expected $EXPECTED_COUNT"
if [ $INSTALLED_COUNT -lt $EXPECTED_COUNT ];
Expand Down

0 comments on commit 1781016

Please sign in to comment.