Skip to content

Commit 0feeed4

Browse files
committed
vfs: add missing JSDoc @returns for mount()
1 parent 0453725 commit 0feeed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/vfs/file_system.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class VirtualFileSystem {
220220
/**
221221
* Mounts the VFS at a specific path prefix.
222222
* @param {string} prefix The mount point path
223+
* @returns {VirtualFileSystem} The VFS instance for chaining
223224
*/
224225
mount(prefix) {
225226
if (this[kMounted]) {

0 commit comments

Comments
 (0)