We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861a79c commit 3ca8f54Copy full SHA for 3ca8f54
1 file changed
lib/internal/vfs/file_system.js
@@ -220,6 +220,7 @@ class VirtualFileSystem {
220
/**
221
* Mounts the VFS at a specific path prefix.
222
* @param {string} prefix The mount point path
223
+ * @returns {VirtualFileSystem} The VFS instance for chaining
224
*/
225
mount(prefix) {
226
if (this[kMounted]) {
0 commit comments