node_modules: update
This commit is contained in:
parent
4a21c51f2f
commit
b91baffed3
107 changed files with 3886 additions and 2943 deletions
2
node_modules/fast-redact/lib/validator.js
generated
vendored
2
node_modules/fast-redact/lib/validator.js
generated
vendored
|
|
@ -6,7 +6,7 @@ module.exports = validator
|
|||
|
||||
function validator (opts = {}) {
|
||||
const {
|
||||
ERR_PATHS_MUST_BE_STRINGS = () => 'fast-redact - Paths must be strings',
|
||||
ERR_PATHS_MUST_BE_STRINGS = () => 'fast-redact - Paths must be (non-empty) strings',
|
||||
ERR_INVALID_PATH = (s) => `fast-redact – Invalid path (${s})`
|
||||
} = opts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue