Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1eed376

Browse files
committed
chore: remove unneeded type annotations
1 parent9b440dc commit1eed376

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
privateoutputChannel:vscode.OutputChannel
1212
privatelogFile:string|undefined
1313
privateresourceCounts=newMap<string,number>()
14-
privatestartTime:number=Date.now()
14+
privatestartTime=Date.now()
1515
privatelogInterval:NodeJS.Timeout|undefined
16-
privatedisposed:boolean=false
16+
privatedisposed=false
1717

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp