Adds some new github actions errrors for clarity (#27426)

* lets test

* oops

* im stupid

* oops again

* and this

* oops

* try again
This commit is contained in:
Contrabang
2024-11-27 16:11:25 -05:00
committed by GitHub
parent 878477d749
commit 483f937dfe
2 changed files with 4 additions and 2 deletions
@@ -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