Files
klz-cables.com/.pnpm-store/v10/files/f5/259a0ee2f5ebccd618d7581933a28a27d81c830e1ac64753d7bd3c4901951bba34d556aeef213c82095ed2490b68a1802f8c09d26b99d57c8c22d1bdfd4b66
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
944 B
Plaintext

{"version":3,"sources":["../../src/utilities/ensureDirExists.ts"],"sourcesContent":["import fs from 'fs'\n\nexport function ensureDirectoryExists(directory: string) {\n try {\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n } catch (error) {\n const msg = error instanceof Error ? error.message : 'Unknown error'\n // eslint-disable-next-line no-console\n console.error(`Error creating directory '${directory}': ${msg}`)\n }\n}\n"],"names":["fs","ensureDirectoryExists","directory","existsSync","mkdirSync","recursive","error","msg","Error","message","console"],"mappings":"AAAA,OAAOA,QAAQ,KAAI;AAEnB,OAAO,SAASC,sBAAsBC,SAAiB;IACrD,IAAI;QACF,IAAI,CAACF,GAAGG,UAAU,CAACD,YAAY;YAC7BF,GAAGI,SAAS,CAACF,WAAW;gBAAEG,WAAW;YAAK;QAC5C;IACF,EAAE,OAAOC,OAAO;QACd,MAAMC,MAAMD,iBAAiBE,QAAQF,MAAMG,OAAO,GAAG;QACrD,sCAAsC;QACtCC,QAAQJ,KAAK,CAAC,CAAC,0BAA0B,EAAEJ,UAAU,GAAG,EAAEK,KAAK;IACjE;AACF"}