From 5f7fd5952a0506f7af769804f798d2033da0baee Mon Sep 17 00:00:00 2001 From: Alex Errant <109672176+AlexErrant@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:36:59 -0500 Subject: [PATCH] remove exit (#1543) --- examples/image-classification-web/build-for-web.sh | 1 - examples/mnist-inference-web/build-for-web.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/image-classification-web/build-for-web.sh b/examples/image-classification-web/build-for-web.sh index 59124f494..5802411c0 100755 --- a/examples/image-classification-web/build-for-web.sh +++ b/examples/image-classification-web/build-for-web.sh @@ -4,7 +4,6 @@ rustup target add wasm32-unknown-unknown if ! command -v wasm-pack &>/dev/null; then echo "wasm-pack could not be found. Installing ..." cargo install wasm-pack - exit fi mkdir -p pkg diff --git a/examples/mnist-inference-web/build-for-web.sh b/examples/mnist-inference-web/build-for-web.sh index 7fb9ea1d1..669a77a9b 100755 --- a/examples/mnist-inference-web/build-for-web.sh +++ b/examples/mnist-inference-web/build-for-web.sh @@ -7,7 +7,6 @@ if ! command -v wasm-pack &> /dev/null then echo "wasm-pack could not be found. Installing ..." cargo install wasm-pack - exit fi # Set optimization flags