This commit is contained in:
Dmitry Zuikov 2024-09-19 11:14:23 +03:00
parent deb0673d8b
commit c1c9927b9a
1 changed files with 2 additions and 0 deletions

View File

@ -521,6 +521,8 @@ refchanExport opts = do
refchanUpdate :: FixmePerks m => FixmeM m ()
refchanUpdate = do
refchanImport
rchan <- asks fixmeEnvRefChan
>>= readTVarIO
>>= orThrowUser "refchan not set"