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 17, 2025
1 parent a4f0b9e commit 3c5df23
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, proje
wg.Wait()
log.Info("All tasks stopped. Exiting.")
return nil
}
}

0 comments on commit 3c5df23

Please sign in to comment.