Skip to content

Commit 501fbef

Browse files
committed
Remove unused parameter
1 parent 04a9d56 commit 501fbef

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
@@ -130,9 +130,8 @@ function connectToSbt(coursierPath: string): Thenable<rpc.MessageConnection> {
130130
}
131131

132132
/** Mark sbt server as alive in the status bar */
133-
function markSbtUp(timeout?: NodeJS.Timer) {
133+
function markSbtUp() {
134134
sbtStatusBar.text = "sbt server: up $(check)"
135-
if (timeout) clearTimeout(timeout)
136135
}
137136

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

0 commit comments

Comments
 (0)