From 9e1817db27ead99133602802b1137aa18d141a93 Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 24 Feb 2025 04:46:37 +0100 Subject: feat: just set -e --- contrib/strip-srcmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/strip-srcmap.sh b/contrib/strip-srcmap.sh index a87ab03..e92804f 100755 --- a/contrib/strip-srcmap.sh +++ b/contrib/strip-srcmap.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -set -eax +set -e # some source maps are >20MB, we can't keep that going. for f in $(find build/uwu -name '*.js' -or -name '*.mjs'); do grep -v sourceMappingURL= "$f" > /tmp/a && mv /tmp/a "$f" -- cgit v1.2.3