chore: fix spelling

pull/235/head
Michael Brewer 1 year ago
parent 2d15e4bc03
commit 10f9f154bc
No known key found for this signature in database
GPG Key ID: D7A137BA1254AFC7

@ -11,7 +11,7 @@ if [ -n "${EXTENSIONS_DIR}" ]; then
fi
run_vscode_web() {
echo "👷 Running $VSCODE_WEB serve-local $EXTENSIONS_ARG --port ${PORT} --host 127.0.0.1 --accept-server-license-terms --without-connection-token --telemetry-level ${TELEMETRY_LEVEL} in the background..."
echo "👷 Running $VSCODE_WEB serve-local $EXTENSION_ARG --port ${PORT} --host 127.0.0.1 --accept-server-license-terms --without-connection-token --telemetry-level ${TELEMETRY_LEVEL} in the background..."
echo "Check logs at ${LOG_PATH}!"
"$VSCODE_WEB" serve-local "$EXTENSION_ARG" --port "${PORT}" --host 127.0.0.1 --accept-server-license-terms --without-connection-token --telemetry-level "${TELEMETRY_LEVEL}" > "${LOG_PATH}" 2>&1 &
}

Loading…
Cancel
Save