Skip to content

Commit a406f4d

Browse files
committed
chore: wip
1 parent 2b7a121 commit a406f4d

File tree

1 file changed

+2
-2
lines changed
  • storage/framework/core/utils/src

1 file changed

+2
-2
lines changed

storage/framework/core/utils/src/find.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export async function findStacksProjects(dir: string): Promise<string[]> {
2323
// eslint-disable-next-line no-console
2424
console.log('')
2525
// 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,'))
2727
// 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.'))
2929
// eslint-disable-next-line no-console
3030
console.log('')
3131
log.debug(`Excluding directories: ${excludePatterns.join(', ')}`)

0 commit comments

Comments
 (0)