Skip to content

Commit fa184c4

Browse files
author
contra
committed
Merge pull request #82 from stevemao/patch-2
symlink opt.base should be the same as dest
2 parents 3e2a5ef + 0b3eed2 commit fa184c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ This is just [glob-watcher].
117117
- Default is `process.cwd()`.
118118
- base - Specify the folder relative to the cwd. This is used to determine the file names when saving in `.dest()`.
119119
- Default is the `cwd` resolves to the folder path.
120+
- Can also be a function that takes in a file and returns a folder path.
120121
- dirMode - Specify the mode the directory should be created with.
121122
- Default is the process mode.
122123
- Returns a Readable/Writable stream.

0 commit comments

Comments
 (0)