Skip to content

Commit 313fa6a

Browse files
committed
adding new line before sc start message
1 parent b175ff1 commit 313fa6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

existingDB.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ try {
257257
}
258258
} while ( $status -ne 200 )
259259

260+
Write-Host
260261
Write-Host "ServiceControl has started"
261262

262-
263263
Write-Host "Starting ServicePulse"
264264
$pulse = (Start-Process ".\Platform\servicepulse\ServicePulse.Host.exe" -ArgumentList "--url=`"http://localhost:8051`"" -WorkingDirectory ".\Platform\servicepulse" -Verb runAs -PassThru -WindowStyle Minimized)
265265

localDB.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ try {
202202
}
203203
} while ( $status -ne 200 )
204204

205+
Write-Host
205206
Write-Host "ServiceControl has started"
206207

207208
Write-Host "Starting ServicePulse"

0 commit comments

Comments
 (0)