Skip to content

Commit

Permalink
fix: Properly report python not being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Feb 24, 2022
1 parent aafed17 commit 920e756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.Wasm.Bootstrap/build/scripts/emscripten-setup.cmd
Expand Up @@ -23,6 +23,7 @@ IF NOT EXIST "%UNO_EMSDK_PATH_MARKER%" (

IF ERRORLEVEL 1 (
echo Python is not installed. You can install it from the store https://www.microsoft.com/store/productId/9P7QFQMJRFP7 1>&2
EXIT /B 1
) ELSE (
echo "Installing emscripten %UNO_EMSDK_VERSION% in %UNO_EMSDK_PATH%"

Expand Down

0 comments on commit 920e756

Please sign in to comment.