Projekt

Obecné

Profil

Stáhnout (119 Bajtů) Statistiky
| Větev: | Revize:
1
function _readOnlyError(name) {
2
  throw new Error("\"" + name + "\" is read-only");
3
}
4

    
5
module.exports = _readOnlyError;
(60-60/80)