Skip to content

Commit d8f1280

Browse files
committed
style(rendering): simplify catch block comment in Discover
- Shorten inline comment to no-op
1 parent 6bd27ba commit d8f1280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rendering/Discover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class Discover {
4141
}
4242
}
4343
} catch {
44-
// viewsDir may not exist yet; return empty set
44+
// no-op
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)