From 5c6ee921f097baf341e36261d7f4172f3cb4ee10 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Thu, 4 Apr 2024 18:55:45 +0200 Subject: [PATCH] Debugging --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f1204fdb4..1e62cebd6 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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)))