Fix GitHub Actions build

This is an unusual failure that seems to happen intermittently across
the various build modes. It should not be possible for life.elf to be
exiting with status zero.
This commit is contained in:
Justine Tunney 2022-07-18 20:40:34 -07:00
parent 574eba8352
commit bf59defc0c
2 changed files with 21 additions and 13 deletions

View file

@ -33,7 +33,7 @@ end
function OnHttpRequest()
Log(kLogInfo, "client is running %s and reports %s" % {
finger.GetSynFingerOs(finger.FingerSyn(syn)),
GetHeader('User-Agent')})
VisualizeControlCodes(GetHeader('User-Agent'))})
if HasParam('magic') then
Write('<p>\r\n')
Write('OnHttpRequest() has intercepted your request<br>\r\n')