This commit is contained in:
Asier Isayas
2025-03-24 16:45:58 -04:00
parent 0559ec5cb1
commit cad718acc4
2 changed files with 28 additions and 43 deletions

View File

@@ -141,9 +141,9 @@ export const updateContextWithDecorator = <T extends keyof DecoratorProperties,
descriptorName: keyof DecoratorProperties,
descriptorValue: K,
): void => {
console.log(context)
console.log(propertyName)
console.log(className)
console.log(context);
console.log(propertyName);
console.log(className);
if (!(context instanceof Map)) {
throw new Error(`@IsDisplayable should be the first decorator for the class '${className}'.`);
}