Skip to content

Commit

Permalink
100ms and use tool url
Browse files Browse the repository at this point in the history
Signed-off-by: hunnywar <[email protected]>
  • Loading branch information
hunnywar committed Jan 8, 2025
1 parent fee111b commit f6a710b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/ide/browser-terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ func OpenBrowserTerminal(activeProfile config.Profile, workspaceId string, proje

for {
err := <-errChan
if err != nil {
// Log only in debug mode
// Connection errors to the forwarded port should not exit the process
log.Debug(err)
if err != nil {
// Log only in debug mode
// Connection errors to the forwarded port should not exit the process
log.Debug(err)
}
}
}

0 comments on commit f6a710b

Please sign in to comment.