Fixing error message when client-side assets are not up-to-date

This commit is contained in:
Benedek Farkas 2024-04-04 20:15:27 +02:00
parent 8b38abc379
commit 594f6c27a3

View File

@ -65,5 +65,5 @@ jobs:
if ($gitStatus)
{
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
[System.String]::Join([System.Environment]::NewLine, $gitStatus))
}