1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-19 12:56:08 +00:00

Change InputMessage to ExecuteInputMessage

This stops nbconvert from complaining.
This commit is contained in:
Vaibhav Sagar 2017-06-04 20:56:32 +08:00
parent 5d5f2ec7c6
commit 95e1830e23

@ -305,7 +305,7 @@ replyTo interface req@ExecuteRequest { getCode = code } replyHeader state = do
let execCount = getExecutionCounter state
-- Let all frontends know the execution count and code that's about to run
inputHeader <- liftIO $ dupHeader replyHeader InputMessage
inputHeader <- liftIO $ dupHeader replyHeader ExecuteInputMessage
send $ PublishInput inputHeader (T.unpack code) execCount
-- Run code and publish to the frontend as we go.