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

5 lines
128 B
Plaintext

function _read_only_error(name) {
throw new TypeError("\"" + name + "\" is read-only");
}
export { _read_only_error as _ };