Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec59e7e

Browse files
committed
wip
1 parent 4d65478 commit ec59e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agentssh/jetbrainstrack.go

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ type JetbrainsChannelWatcher struct {
2828
}
2929

3030
func NewJetbrainsChannelWatcher(ctx ssh.Context, logger slog.Logger, newChannel gossh.NewChannel, counter *atomic.Int64) gossh.NewChannel {
31+
logger.Debug(ctx, "jetbrains forward?")
32+
3133
d := localForwardChannelData{}
3234
if err := gossh.Unmarshal(newChannel.ExtraData(), &d); err != nil {
3335
// If the data fails to unmarshal, do nothing.

0 commit comments

Comments
 (0)