mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-31 15:44:11 +00:00
debug
This commit is contained in:
@@ -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}'.`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user