You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mounting a VFS under the permission model is refused with a message
telling the user to pass --allow-fs-vfs, but that option was never
registered, so `node --allow-fs-vfs` failed with "bad option" and a
virtual file system could not be mounted under --permission at all.
Register it alongside the other permission flags and document it.
Signed-off-by: Philipp Dunkel <pip@pipobscure.com>
[captured by the built-in snapshot of Node.js]: https://github.com/nodejs/node/blob/b19525a33cc84033af4addd0f80acd4dc33ce0cf/test/parallel/test-bootstrap-modules.js#L24
4594
4616
[collecting code coverage from tests]: test.md#collecting-code-coverage
0 commit comments