We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c21260 + a2b13c9 commit 96cb477Copy full SHA for 96cb477
lib/common/services/hooks-service.ts
@@ -120,8 +120,8 @@ export class HooksService implements IHooksService {
120
const invalidArguments = this.validateHookArguments(hookEntryPoint);
121
122
if (invalidArguments.length) {
123
- this.$logger.warn(`${hookName} will NOT be executed because it has invalid arguments - ${invalidArguments.join(", ").grey}.`);
124
- return;
+ this.$logger.warn(`${hook.fullPath} will NOT be executed because it has invalid arguments - ${invalidArguments.join(", ").grey}.`);
+ continue;
125
}
126
127
// HACK for backwards compatibility:
0 commit comments