mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 15:44:16 -06:00
fix linter
This commit is contained in:
parent
b330fbf03c
commit
2333c68eec
@ -248,7 +248,7 @@ namespace ts.server {
|
||||
else {
|
||||
const start = this.hrtime();
|
||||
const compressed = this.compress(json);
|
||||
var elapsed = this.hrtime(start);
|
||||
const elapsed = this.hrtime(start);
|
||||
|
||||
if (this.logger.isVerbose()) {
|
||||
this.logger.info(`compressed message ${json.length} to ${compressed.length} in ${hrTimeToMilliseconds(elapsed)} ms using ${compressed.compressionKind}`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user