diff --git a/vscode-web/run.sh b/vscode-web/run.sh index dc29f44..0a35bd3 100755 --- a/vscode-web/run.sh +++ b/vscode-web/run.sh @@ -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