Skip to content

Commit

Permalink
Adds some new github actions errrors for clarity (ParadiseSS13#27426)
Browse files Browse the repository at this point in the history
* lets test

* oops

* im stupid

* oops again

* and this

* oops

* try again
  • Loading branch information
Contrabang authored Nov 27, 2024
1 parent 878477d commit 483f937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions code/modules/error_handler/error_handler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
for(var/line in desclines)
log_world(line)
log_runtime_txt(line)
#ifdef CIBUILDING
log_world("::error file=[e.file],line=[e.line],title=Runtime::[e]")
#endif
if(GLOB.error_cache)
GLOB.error_cache.logError(e, desclines, e_src = e_src)
#endif
Expand Down
3 changes: 1 addition & 2 deletions tgui/bin/tgui_.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ function task-clean {
function task-validate-build {
$diff = git diff --text public/*
if ($diff) {
Write-Output "Error: our build differs from the build committed into git."
Write-Output "Please rebuild tgui."
Write-Output "::error file=tgui/public/tgui.bundle.js,title=Rebuild tgui bundle::Our build differs from the build committed into git."
exit 1
}
Write-Output "tgui: build is ok"
Expand Down

0 comments on commit 483f937

Please sign in to comment.