We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67409a commit 92bafbdCopy full SHA for 92bafbd
tools/scripts/install-aishell.ps1
@@ -95,6 +95,7 @@ function Install-AIShellApp {
95
96
if (-not $destinationExists) {
97
# Create the directory if not existing.
98
+ Write-Host "Creating the target folder '$destination' ..."
99
if ($IsWindows) {
100
$null = New-Item -Path $destination -ItemType Directory -Force
101
} else {
0 commit comments