File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export class ValidationExecutor {
45
45
*/
46
46
if ( ! this . metadataStorage . hasValidationMetaData && this . validatorOptions ?. enableDebugMessages === true ) {
47
47
console . warn (
48
- `No validation metadata found. No validation will be performed. There are multiple possible reasons:\n` +
49
- ` - There may be multiple class-validator versions installed. You will need to flatten your dependencies to fix the issue.\n` +
50
- ` - This validation runs before any file with validation decorator was parsed by NodeJS.`
48
+ `No validation metadata found. No validation will be performed. There are multiple possible reasons:\n` +
49
+ ` - There may be multiple class-validator versions installed. You will need to flatten your dependencies to fix the issue.\n` +
50
+ ` - This validation runs before any file with validation decorator was parsed by NodeJS.`
51
51
) ;
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments