[object Object]

← back to Dw Validator Debug TK11314

pj-browse-canary: launch system Chrome (channel:chrome) — avoids unresolvable headless-shell download

e19a63b670d356b9199a5859879aa919e08ea4c5 · 2026-08-25 12:04:42 -0700 · Steve

Files touched

Diff

commit e19a63b670d356b9199a5859879aa919e08ea4c5
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Aug 25 12:04:42 2026 -0700

    pj-browse-canary: launch system Chrome (channel:chrome) — avoids unresolvable headless-shell download
---
 shopify/pj-canary/pj-browse-canary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shopify/pj-canary/pj-browse-canary.js b/shopify/pj-canary/pj-browse-canary.js
index c4b742b0..a590f2e3 100644
--- a/shopify/pj-canary/pj-browse-canary.js
+++ b/shopify/pj-canary/pj-browse-canary.js
@@ -67,7 +67,7 @@ async function alertCNCP(note) {
   let regressed = false;
   let browser;
   try {
-    browser = await chromium.launch();
+    browser = await chromium.launch({ channel: 'chrome' });
   } catch (e) {
     const note = `⚠️ PJ-CANARY DEGRADED: cannot launch Chromium (${e.message}) — PJ browse-hide UNVERIFIED tonight.`;
     console.error(note); await alertCNCP(note); process.exit(2);

← fd190d81 auto-data-snapshot: 2026-08-25T11:28:19 (1 data files) — sho  ·  back to Dw Validator Debug TK11314  ·  auto-data-snapshot: 2026-08-26T01:35:22 (1 data files) — sho ae63aa5e →