Files
klz-cables.com/.pnpm-store/v10/files/56/ec31f9a47e839e95646785374a6304b0d90b054a373e08c12399fee004afe442fc90301be319ce38bc9f9d4828d449bfa8bd4fb3b0e035be0e093b0a5a6857
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

4 lines
122 B
Plaintext

function _writeOnlyError(r) {
throw new TypeError('"' + r + '" is write-only');
}
export { _writeOnlyError as default };