mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 08:06:24 +08:00
Fixing error message when client-side assets are not up-to-date
This commit is contained in:
parent
8b38abc379
commit
594f6c27a3
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user