Skip to content

Commit 30b45ac

Browse files
committed
win mac merge init commit
1 parent ac3b203 commit 30b45ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/win/env-setup-run.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function Setup-Environment {
2020
[string]$TechStack
2121
)
2222

23-
Log-Section "📦 Project Setup"
23+
Log-Section "Project Setup"
2424

2525
$maxParallels = 0
2626
if ($SetupType -eq "web") {
@@ -72,7 +72,7 @@ function Setup-Environment {
7272
if ($status -and $result) {
7373
Log-Success "${SetupType} setup succeeded."
7474
} else {
75-
Log-Error "${SetupType} setup failed. Check logs for details."
75+
Log-Error "${SetupType} setup failed. Check logs for details."
7676
exit 1
7777
}
7878
}
@@ -271,5 +271,5 @@ function Print-Env-Variables {
271271
if ($TEST_TYPE -eq "app") { Log-Info "Native App Endpoint: $BROWSERSTACK_APP" }
272272
Log-Info "BrowserStack Local Flag: $BROWSERSTACK_LOCAL"
273273
Log-Info "Parallels per platform: $BSTACK_PARALLELS"
274-
Log-Info "Platforms: \n$BSTACK_PLATFORMS"
274+
Log-Info "Platforms: $BSTACK_PLATFORMS"
275275
}

0 commit comments

Comments
 (0)