mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
king: Don't hard error on injected event failure.
This commit is contained in:
parent
5cdeecc627
commit
759ac51f27
@ -379,7 +379,8 @@ pier (serf, log) vSlog startedSig injected = do
|
||||
io inject
|
||||
|
||||
takeMVar okaySig >>= \case
|
||||
Left goof -> error ("Goof in injected event: " <> show goof)
|
||||
Left goof -> logError $ display @Text ("Goof in injected event: " <>
|
||||
tshow goof)
|
||||
Right () -> pure ()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user