Skip to content

Commit 146d2e4

Browse files
committed
update comment
1 parent f54bceb commit 146d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/extensions/discover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import * as cache from './location-cache';
55

66
/**
77
* Discover options can be:
8-
* + string: /path/to/discover
98
* + boolean: true/false
9+
* + string: '/path/to/discover'
1010
* + array: [true, 2, '/path/to/discover', '/path2']
1111
*/
1212
export type DiscoverOptions = string | boolean | [boolean, number, ...string[]];

0 commit comments

Comments
 (0)