Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Apr 4, 2024
1 parent ff35704 commit 5c6ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
git status
git diff
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)))
Expand Down

0 comments on commit 5c6ee92

Please sign in to comment.