Update vscode-web/run.sh

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/235/head
Michael Brewer 1 year ago committed by GitHub
parent d509b814f4
commit 1d9585c0d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ if [ -f "$VSCODE_SERVER" ]; then
fi
# Offline mode always expects a copy of vscode-server to be present
if [ "${OFFLINE}" = true ]; then
echo "Failed to find a copy of code-server"
echo "Failed to find a copy of VS Code Web"
exit 1
fi

Loading…
Cancel
Save