summaryrefslogtreecommitdiff
path: root/benchmark/bench/server-stress.js
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-11-04 22:49:33 +0800
committerGravatar GitHub <noreply@github.com> 2024-11-04 22:49:33 +0800
commit493fe43cd3ef94b087b8958031ecc964ae73463b (patch)
tree9fca7b3a2666666e74709542cf3b302a6e257e36 /benchmark/bench/server-stress.js
parentec3113d25a318d94cac879c3eae4ad624ed1aee0 (diff)
downloadastro-493fe43cd3ef94b087b8958031ecc964ae73463b.tar.gz
astro-493fe43cd3ef94b087b8958031ecc964ae73463b.tar.zst
astro-493fe43cd3ef94b087b8958031ecc964ae73463b.zip
Improve tinyexec errors (#12368)
Diffstat (limited to 'benchmark/bench/server-stress.js')
-rw-r--r--benchmark/bench/server-stress.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench/server-stress.js b/benchmark/bench/server-stress.js
index 18b31c71c..9e93c4cd9 100644
--- a/benchmark/bench/server-stress.js
+++ b/benchmark/bench/server-stress.js
@@ -24,6 +24,7 @@ export async function run(projectDir, outputFile) {
cwd: root,
stdio: 'inherit',
},
+ throwOnError: true,
});
console.log('Previewing...');