Skip to content

Commit

Permalink
add graceful shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: hunny warisu <[email protected]>
  • Loading branch information
hunnywar committed Jan 23, 2025
1 parent 9e93de2 commit 268543c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ide/browser-terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"fmt"
"io"
"os"
"os/signal"
"os/exec"
"os/signal"
"sync"
"syscall"
"time"
Expand Down Expand Up @@ -134,4 +134,4 @@ func OpenBrowserTerminal(activeProfile config.Profile, workspaceId string, gpgKe
wg.Wait()
log.Info("All tasks stopped. Exiting.")
return nil
}
}

0 comments on commit 268543c

Please sign in to comment.