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

Commit254540a

Browse files
committed
Remove extraneous $ from logged hostname
1 parentf662f43 commit254540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/kotlin/com/coder/gateway/CoderRemoteConnectionHandle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class CoderRemoteConnectionHandle {
450450
lifetime:LifetimeDefinition,
451451
currentStatus:UnattendedHostStatus?,
452452
):UnattendedHostStatus? {
453-
val details="$${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
453+
val details="${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
454454
val wait=TimeUnit.SECONDS.toMillis(5)
455455

456456
// Check if the current IDE is alive.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp