Commit 4cfa5dfc authored by cjihrig's avatar cjihrig Committed by Node.js GitHub Bot
Browse files

fs: update rm/rmdir validation messages

The validation code for the rm/rmdir functions treated the
options as distinct parameters instead of the options properties
that they are. This commit updates the validation to treat them
like properties.

PR-URL: https://github.com/nodejs/node/pull/35565


Reviewed-By: default avatarBen Coe <bencoe@gmail.com>
Reviewed-By: default avatarLuigi Pinca <luigipinca@gmail.com>
Reviewed-By: default avatarDenys Otrishko <shishugi@gmail.com>
Reviewed-By: default avatarRich Trott <rtrott@gmail.com>
Reviewed-By: default avatarMasashi Hirano <shisama07@gmail.com>
parent 0b31b9d3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment