mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 18:55:48 -07:00
Fixed VSCode Tasks and Simplified Borealis.ps1
This commit is contained in:
@@ -1206,7 +1206,7 @@ function Invoke-BorealisAgentUpdate {
|
||||
}
|
||||
|
||||
if (-not ($gitExe) -or -not (Test-Path $gitExe -PathType Leaf)) {
|
||||
Write-Host "Bundled Git dependency not found. Run '.\\Borealis.ps1 -Agent -AgentAction repair' to bootstrap dependencies and try again." -ForegroundColor Yellow
|
||||
Write-Host "Bundled Git dependency not found. Run '.\\Borealis.ps1 -Agent' to redeploy the agent dependencies and try again." -ForegroundColor Yellow
|
||||
Write-Host "⚠️ Borealis update aborted."
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user