Skip to content

Commit a3555c8

Browse files
committed
Remove unused parameter
1 parent b05f287 commit a3555c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vscode-dotty/src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ function connectToSbt(coursierPath: string): Thenable<rpc.MessageConnection> {
116116
}
117117

118118
/** Mark sbt server as alive in the status bar */
119-
function markSbtUp(timeout?: NodeJS.Timer) {
119+
function markSbtUp() {
120120
sbtStatusBar.text = "sbt server: up $(check)"
121-
if (timeout) clearTimeout(timeout)
122121
}
123122

124123
/** Mark sbt server as dead and try to reconnect */

0 commit comments

Comments
 (0)