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

Commita65e550

Browse files
committed
lint
1 parent95b5b4e commita65e550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export class Commands {
397397
thrownewError("You are not logged in")
398398
}
399399

400-
letagent=treeItem.workspaceAgent
400+
constagent=treeItem.workspaceAgent
401401
if(!agent){
402402
// `openFromSidebar` is only callable on agents or single-agent workspaces,
403403
// where this will always be set.
@@ -692,7 +692,7 @@ async function maybeCoderConnectAddr(
692692
constcoderConnectHostname=`${agent}.${workspace}.${owner}.${hostnameSuffix}`
693693
try{
694694
constres=awaitpromisify(lookup)(coderConnectHostname)
695-
returnres.family==6&&inRange(res.address,"fd60:627a:a42b::/48") ?coderConnectHostname :undefined
695+
returnres.family===6&&inRange(res.address,"fd60:627a:a42b::/48") ?coderConnectHostname :undefined
696696
}catch{
697697
returnundefined
698698
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp