Skip to content

Commit 3f453b4

Browse files
committed
Remove unused parameter
1 parent 67b49fd commit 3f453b4

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

115115
/** Mark sbt server as alive in the status bar */
116-
function markSbtUp(timeout?: NodeJS.Timer) {
116+
function markSbtUp() {
117117
sbtStatusBar.text = "sbt server: up $(check)"
118-
if (timeout) clearTimeout(timeout)
119118
}
120119

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

0 commit comments

Comments
 (0)