Skip to content

Commit 1eed376

Browse files
committed
chore: remove unneeded type annotations
1 parent 9b440dc commit 1eed376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memoryLogger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export class MemoryLogger {
1111
private outputChannel: vscode.OutputChannel
1212
private logFile: string | undefined
1313
private resourceCounts = new Map<string, number>()
14-
private startTime: number = Date.now()
14+
private startTime = Date.now()
1515
private logInterval: NodeJS.Timeout | undefined
16-
private disposed: boolean = false
16+
private disposed = false
1717

1818
constructor() {
1919
this.outputChannel = vscode.window.createOutputChannel("Coder Memory Logging")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy