fix linter

This commit is contained in:
Vladimir Matveev 2016-07-08 12:10:57 -07:00
parent b330fbf03c
commit 2333c68eec

View File

@ -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}`);