File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage/framework/core/utils/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export async function findStacksProjects(dir: string): Promise<string[]> {
23
23
// eslint-disable-next-line no-console
24
24
console . log ( '' )
25
25
// eslint-disable-next-line no-console
26
- console . log ( italic ( ' Please note, while Stacks is searching for projects on your machine, you ' ) )
26
+ console . log ( italic ( ' Please note, while Stacks is searching for projects on your machine,' ) )
27
27
// eslint-disable-next-line no-console
28
- console . log ( italic ( ' may be asked for your permissions to search through certain directories.' ) )
28
+ console . log ( italic ( ' you may be asked for permissions to scan certain directories.' ) )
29
29
// eslint-disable-next-line no-console
30
30
console . log ( '' )
31
31
log . debug ( `Excluding directories: ${ excludePatterns . join ( ', ' ) } ` )
You can’t perform that action at this time.
0 commit comments