We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001abb1 commit 0d4e84dCopy full SHA for 0d4e84d
src/vs/platform/policy/node/nativePolicyService.ts
@@ -23,7 +23,7 @@ export class NativePolicyService extends AbstractPolicyService implements IPolic
23
}
24
25
protected async _updatePolicyDefinitions(policyDefinitions: IStringDictionary<PolicyDefinition>): Promise<void> {
26
- this.logService.trace(`NativePolicyService#_updatePolicyDefinitions - Found ${policyDefinitions.length} policy definitions`);
+ this.logService.trace(`NativePolicyService#_updatePolicyDefinitions - Found ${Object.keys(policyDefinitions).length} policy definitions`);
27
28
await this.throttler.queue(() => new Promise<void>((c, e) => {
29
try {
0 commit comments