Skip to content

Commit d2e3ced

Browse files
committed
Doc updates.
1 parent 2bcb9bf commit d2e3ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collectors/hook-collector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class HookCollector {
8282
// Merge multiple hooks with the same name
8383
const mergedHook = { ...hooks[0] };
8484

85-
// Use the first non-empty source
85+
// Collect sources of all hooks.
8686
mergedHook.files = [];
8787
hooks.forEach((h) => {
8888
const file = {

0 commit comments

Comments
 (0)