Skip to content

Commit 0f7951c

Browse files
committed
Fixup: non-optional
1 parent b14042e commit 0f7951c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let path = require("node:path");
55
exports.FileFinder = class FileFinder {
66
/**
77
* @param {string} root
8-
* @param {FileFinderOptions} options?
8+
* @param {FileFinderOptions} options
99
*/
1010
constructor(root, { skipDotfiles, filter }) {
1111
this._root = root;

0 commit comments

Comments
 (0)