mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Enforce that source code uses a small subset of Unicode
This commit is contained in:
@@ -34,6 +34,6 @@ export class Cache<T> {
|
||||
if (!Cache.enableDebugLogging) {
|
||||
return;
|
||||
}
|
||||
console.log(`${this.id} cache size — ${this._data.size}`);
|
||||
console.log(`${this.id} cache size - ${this._data.size}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user