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 0453725 commit 0feeed4Copy full SHA for 0feeed4
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