@geekbeer/minion 3.59.3 → 3.59.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/win/minion-cli.ps1 +1 -1
package/package.json
CHANGED
package/win/minion-cli.ps1
CHANGED
|
@@ -585,7 +585,7 @@ function Restart-AllMinionServices {
|
|
|
585
585
|
foreach ($svc in $services) {
|
|
586
586
|
$state = Get-ServiceState $svc
|
|
587
587
|
if (-not $state) {
|
|
588
|
-
Write-Warn "$svc: not installed, skipping"
|
|
588
|
+
Write-Warn "${svc}: not installed, skipping"
|
|
589
589
|
continue
|
|
590
590
|
}
|
|
591
591
|
if ($state -ne 'STOPPED') {
|