mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 02:01:35 +00:00
comment explaining why we dont throw on supervisor update
This commit is contained in:
parent
5a9f5bebc6
commit
ff12b4b736
@ -123,3 +123,6 @@ exports.initialised = currentSupervisor.then (currentSupervisor) ->
|
||||
startNewSupervisor(currentSupervisor)
|
||||
.catch (err) ->
|
||||
utils.mixpanelTrack('Supervisor update failed', error: err)
|
||||
# The error here is intentionally not propagated further up the chain,
|
||||
# because the supervisor-update module internally handles update failures
|
||||
# and makes sure that ill updates do not affect the rest of the system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user