mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
deb0673d8b
commit
c1c9927b9a
|
@ -521,6 +521,8 @@ refchanExport opts = do
|
|||
refchanUpdate :: FixmePerks m => FixmeM m ()
|
||||
refchanUpdate = do
|
||||
|
||||
refchanImport
|
||||
|
||||
rchan <- asks fixmeEnvRefChan
|
||||
>>= readTVarIO
|
||||
>>= orThrowUser "refchan not set"
|
||||
|
|
Loading…
Reference in New Issue