Archived
1
0

docs: mention Termux extension workarounds (#6227)

This commit is contained in:
Jonas
2023-06-01 01:00:58 +02:00
committed by GitHub
parent 0703ef008c
commit ee024f3f2d
2 changed files with 33 additions and 1 deletions

View File

@ -112,7 +112,7 @@ EOF
pushd lib/vscode-reh-web-linux-x64
# Make sure Code took the version we set in the environment variable. Not
# having a version will break display languages.
if ! jq -e .commit product.json ; then
if ! jq -e .commit product.json; then
echo "'commit' is missing from product.json"
exit 1
fi