mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Make golem runes a little more obvious to ghosts.
This commit is contained in:
@@ -82,8 +82,11 @@ def Compile(serverState):
|
||||
if stdout:
|
||||
for line in stdout.split():
|
||||
if 'error:' in line:
|
||||
send_nudge('COMPILE ERROR: {0}'.format('line'))
|
||||
send_nudge('COMPILE ERROR: {0}'.format(line))
|
||||
failed=True
|
||||
logging.error(line)
|
||||
else:
|
||||
logging.info(line)
|
||||
|
||||
waiting_for_next_commit = not failed
|
||||
if failed:
|
||||
|
||||
Reference in New Issue
Block a user