diff --git a/crates/vite_task/src/ui.rs b/crates/vite_task/src/ui.rs index 7ff9936109..9463dc3621 100644 --- a/crates/vite_task/src/ui.rs +++ b/crates/vite_task/src/ui.rs @@ -176,7 +176,7 @@ impl Display for ExecutionSummary { f, "{} {} {} {} {}", "Statistics:".style(Style::new().bold()), - format!("{} tasks", total).style(Style::new().bright_white()), + format!(" {} tasks", total).style(Style::new().bright_white()), format!("• {} cache hits", cache_hits).style(Style::new().green()), format!("• {} cache misses", cache_misses).style(CACHE_MISS_STYLE), if failed > 0 { diff --git a/packages/cli/snap-tests/associate-existing-cache/snap.txt b/packages/cli/snap-tests/associate-existing-cache/snap.txt index cc097c5347..052b6566ed 100644 --- a/packages/cli/snap-tests/associate-existing-cache/snap.txt +++ b/packages/cli/snap-tests/associate-existing-cache/snap.txt @@ -7,7 +7,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -44,7 +44,7 @@ world Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/cache-clean/snap.txt b/packages/cli/snap-tests/cache-clean/snap.txt index 562a6fac63..6a1332c0fd 100644 --- a/packages/cli/snap-tests/cache-clean/snap.txt +++ b/packages/cli/snap-tests/cache-clean/snap.txt @@ -7,7 +7,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -44,7 +44,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -63,7 +63,7 @@ hello Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/cache-miss-command-change/snap.txt b/packages/cli/snap-tests/cache-miss-command-change/snap.txt index 37aa739790..cefa9ddccb 100644 --- a/packages/cli/snap-tests/cache-miss-command-change/snap.txt +++ b/packages/cli/snap-tests/cache-miss-command-change/snap.txt @@ -10,7 +10,7 @@ bar Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 2 tasks • 0 cache hits • 2 cache misses +Statistics: 2 tasks • 0 cache hits • 2 cache misses Performance: 0% cache hit rate Task Details: @@ -35,7 +35,7 @@ bar Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 2 tasks • 1 cache hits • 1 cache misses +Statistics: 2 tasks • 1 cache hits • 1 cache misses Performance: 50% cache hit rate, ms saved in total Task Details: @@ -57,7 +57,7 @@ bar Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/change-passthrough-env-config/snap.txt b/packages/cli/snap-tests/change-passthrough-env-config/snap.txt index 42377f1a7f..d29b6fb916 100644 --- a/packages/cli/snap-tests/change-passthrough-env-config/snap.txt +++ b/packages/cli/snap-tests/change-passthrough-env-config/snap.txt @@ -7,7 +7,7 @@ $ node -p process.env.MY_ENV Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ $ node -p process.env.MY_ENV (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -44,7 +44,7 @@ $ node -p process.env.MY_ENV (✗ cache miss: envs changed, executing) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/check-oxlint-env/snap.txt b/packages/cli/snap-tests/check-oxlint-env/snap.txt index 4cd058154d..e2116c8f9b 100644 --- a/packages/cli/snap-tests/check-oxlint-env/snap.txt +++ b/packages/cli/snap-tests/check-oxlint-env/snap.txt @@ -7,7 +7,7 @@ OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint1 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -27,7 +27,7 @@ OXLINT_TSGOLINT_PATH=/path/to/oxlint_tsgolint2 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/exit-code/snap.txt b/packages/cli/snap-tests/exit-code/snap.txt index 7cf162e23d..d9531e4a4e 100644 --- a/packages/cli/snap-tests/exit-code/snap.txt +++ b/packages/cli/snap-tests/exit-code/snap.txt @@ -7,7 +7,7 @@ success Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ success Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -43,7 +43,7 @@ failure Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses • 1 failed +Statistics: 1 tasks • 0 cache hits • 1 cache misses • 1 failed Performance: 0% cache hit rate Task Details: @@ -61,7 +61,7 @@ failure Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses • 1 failed +Statistics: 1 tasks • 0 cache hits • 1 cache misses • 1 failed Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/individual-cache-for-adt-args/snap.txt b/packages/cli/snap-tests/individual-cache-for-adt-args/snap.txt index b6a79b732c..11abb67238 100644 --- a/packages/cli/snap-tests/individual-cache-for-adt-args/snap.txt +++ b/packages/cli/snap-tests/individual-cache-for-adt-args/snap.txt @@ -7,7 +7,7 @@ a Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ b Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -43,7 +43,7 @@ a Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -61,7 +61,7 @@ b Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/individual-cache-for-envs/snap.txt b/packages/cli/snap-tests/individual-cache-for-envs/snap.txt index 878310fccd..ea1e95a78c 100644 --- a/packages/cli/snap-tests/individual-cache-for-envs/snap.txt +++ b/packages/cli/snap-tests/individual-cache-for-envs/snap.txt @@ -7,7 +7,7 @@ $ node -p process.env.FOO Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ $ node -p process.env.FOO (✗ cache miss: envs changed, executing) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -43,7 +43,7 @@ $ node -p process.env.FOO (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -61,7 +61,7 @@ $ node -p process.env.FOO (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/pass-no-color-env/snap.txt b/packages/cli/snap-tests/pass-no-color-env/snap.txt index a31c23a43c..0acc252001 100644 --- a/packages/cli/snap-tests/pass-no-color-env/snap.txt +++ b/packages/cli/snap-tests/pass-no-color-env/snap.txt @@ -7,7 +7,7 @@ NO_COLOR=true, CI=true Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ NO_COLOR=false, CI=true Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/plain-terminal-ui-nested/snap.txt b/packages/cli/snap-tests/plain-terminal-ui-nested/snap.txt index 1ba14ec05b..67d25e8e79 100644 --- a/packages/cli/snap-tests/plain-terminal-ui-nested/snap.txt +++ b/packages/cli/snap-tests/plain-terminal-ui-nested/snap.txt @@ -14,7 +14,7 @@ Finished in ms on 2 files with rules using threa Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 2 tasks • 0 cache hits • 2 cache misses +Statistics: 2 tasks • 0 cache hits • 2 cache misses Performance: 0% cache hit rate Task Details: @@ -43,7 +43,7 @@ Finished in ms on 2 files with rules using threa Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 2 tasks • 1 cache hits • 1 cache misses +Statistics: 2 tasks • 1 cache hits • 1 cache misses Performance: 50% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/plain-terminal-ui/snap.txt b/packages/cli/snap-tests/plain-terminal-ui/snap.txt index a2a4a2f7d4..4182acfc4b 100644 --- a/packages/cli/snap-tests/plain-terminal-ui/snap.txt +++ b/packages/cli/snap-tests/plain-terminal-ui/snap.txt @@ -7,7 +7,7 @@ input_content 1 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ input_content 1 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -43,7 +43,7 @@ input_content 2 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -61,7 +61,7 @@ input_content 2 Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -79,7 +79,7 @@ input_content undefined Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -98,7 +98,7 @@ bar undefined Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -117,7 +117,7 @@ bar undefined Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -136,7 +136,7 @@ hello from subfolder Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/replay-logs-chronological-order/snap.txt b/packages/cli/snap-tests/replay-logs-chronological-order/snap.txt index 62d3566d32..37ea529663 100644 --- a/packages/cli/snap-tests/replay-logs-chronological-order/snap.txt +++ b/packages/cli/snap-tests/replay-logs-chronological-order/snap.txt @@ -99,7 +99,7 @@ $ node build.js Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -209,7 +209,7 @@ $ node build.js (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -319,7 +319,7 @@ $ node build.js (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -429,7 +429,7 @@ $ node build.js (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -539,7 +539,7 @@ $ node build.js (✓ cache hit, replaying) Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/same-name-as-builtin/snap.txt b/packages/cli/snap-tests/same-name-as-builtin/snap.txt index b73b2dc2a5..893041b409 100644 --- a/packages/cli/snap-tests/same-name-as-builtin/snap.txt +++ b/packages/cli/snap-tests/same-name-as-builtin/snap.txt @@ -12,7 +12,7 @@ lint script Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -37,7 +37,7 @@ lint script Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/shared-caching-inputs/snap.txt b/packages/cli/snap-tests/shared-caching-inputs/snap.txt index bd1cf6fbee..a29a3fb490 100644 --- a/packages/cli/snap-tests/shared-caching-inputs/snap.txt +++ b/packages/cli/snap-tests/shared-caching-inputs/snap.txt @@ -7,7 +7,7 @@ bar Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -25,7 +25,7 @@ bar Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: @@ -44,7 +44,7 @@ baz Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -62,7 +62,7 @@ baz Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: diff --git a/packages/cli/snap-tests/task-config-cwd/snap.txt b/packages/cli/snap-tests/task-config-cwd/snap.txt index 57e476822f..e93919dbc5 100644 --- a/packages/cli/snap-tests/task-config-cwd/snap.txt +++ b/packages/cli/snap-tests/task-config-cwd/snap.txt @@ -7,7 +7,7 @@ hello from subfolder Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: diff --git a/packages/cli/snap-tests/test-nested-tasks/snap.txt b/packages/cli/snap-tests/test-nested-tasks/snap.txt index e8a7bb2c92..77646d7252 100644 --- a/packages/cli/snap-tests/test-nested-tasks/snap.txt +++ b/packages/cli/snap-tests/test-nested-tasks/snap.txt @@ -7,7 +7,7 @@ hello vite Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 0 cache hits • 1 cache misses +Statistics: 1 tasks • 0 cache hits • 1 cache misses Performance: 0% cache hit rate Task Details: @@ -26,7 +26,7 @@ hello vite Vite+ Task Runner • Execution Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Statistics: 1 tasks • 1 cache hits • 0 cache misses +Statistics: 1 tasks • 1 cache hits • 0 cache misses Performance: 100% cache hit rate, ms saved in total Task Details: