Skip to content

Commit 96244e9

Browse files
committed
aaaaa
1 parent f3018fa commit 96244e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function Install-Program {
164164
Start-Process -FilePath $InstallPath -ArgumentList "run" -WindowStyle Minimized
165165
Write-Success "$ProgramName started successfully!"
166166
} catch {
167-
Write-Err "Failed to start $ProgramName: $_"
167+
Write-Err "Failed to start ${ProgramName}: $_"
168168
Write-Info "You can start it manually with: $ProgramName run"
169169
}
170170

0 commit comments

Comments
 (0)