We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe6d6f commit a2b13c9Copy full SHA for a2b13c9
lib/common/services/hooks-service.ts
@@ -120,7 +120,7 @@ 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}.`);
+ this.$logger.warn(`${hook.fullPath} will NOT be executed because it has invalid arguments - ${invalidArguments.join(", ").grey}.`);
124
continue;
125
}
126
0 commit comments