diff options
Diffstat (limited to '')
-rw-r--r-- | benchmark/bench/render.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/bench/render.js b/benchmark/bench/render.js index aee04f2b5..8dfd47fbb 100644 --- a/benchmark/bench/render.js +++ b/benchmark/bench/render.js @@ -25,6 +25,7 @@ export async function run(projectDir, outputFile) { cwd: root, stdio: 'inherit', }, + throwOnError: true, }); console.log('Previewing...'); @@ -33,6 +34,7 @@ export async function run(projectDir, outputFile) { cwd: root, stdio: 'inherit', }, + throwOnError: true, }); console.log('Waiting for server ready...'); |