Skip to content

Commit 7fe6d6f

Browse files
committed
fix: fix the execution of hooks when there is unresolved injected dependency
Rel to: #4770
1 parent 8722364 commit 7fe6d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/services/hooks-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class HooksService implements IHooksService {
121121

122122
if (invalidArguments.length) {
123123
this.$logger.warn(`${hookName} will NOT be executed because it has invalid arguments - ${invalidArguments.join(", ").grey}.`);
124-
return;
124+
continue;
125125
}
126126

127127
// HACK for backwards compatibility:

0 commit comments

Comments
 (0)