mojo: Fix double counting errors when update phase fails.

Authored by mpyne on Apr 9 2018, 3:00 AM.

Description

mojo: Fix double counting errors when update phase fails.

Since the catch from the update promise returns a new Promise, Mojo will
still try to run it again and promptly fail to be caught in the
subsequent catch. That subsequent catch will mark the module as failed
appropriately.

Details

Committed
mpyneApr 9 2018, 3:00 AM
Parents
R365:f71ea57f70b8: mojo: Make sure status server file is unlinked on abnormal exit.
Branches
Unknown
Tags
Unknown