We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcb9bf commit d2e3cedCopy full SHA for d2e3ced
src/collectors/hook-collector.ts
@@ -82,7 +82,7 @@ export class HookCollector {
82
// Merge multiple hooks with the same name
83
const mergedHook = { ...hooks[0] };
84
85
- // Use the first non-empty source
+ // Collect sources of all hooks.
86
mergedHook.files = [];
87
hooks.forEach((h) => {
88
const file = {
0 commit comments