Skip to content

Commit 220887d

Browse files
committed
remove redundant comment
1 parent 572fbcc commit 220887d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/scan/cmd-scan-create.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ async function run(
381381
let updatedInput = false
382382

383383
// Accept zero or more paths. Default to cwd() if none given.
384-
// Note: cli.input is always an array (even if empty), so || [cwd] never
385-
// fires because [] is truthy. Use .length check instead.
386384
let targets = cli.input.length ? cli.input : []
387385

388386
if (!targets.length && reach) {

0 commit comments

Comments
 (0)