Skip to content

Commit 320b783

Browse files
committed
debug
1 parent b9c4c3b commit 320b783

File tree

1 file changed

+1
-0
lines changed
  • solga-client-ghcjs/src/Solga/Client

1 file changed

+1
-0
lines changed

solga-client-ghcjs/src/Solga/Client/GHCJS.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ performXHR getResp respType req@Request{..} = do
228228
let xhr = reqXHR
229229
DOM.setResponseType xhr respType
230230
uri <- requestToUri req
231+
putStrLn ("SOLGA Requesting uri " ++ show uri)
231232
DOM.open xhr reqMethod uri True reqUser reqPassword
232233
for_ reqHeaders (uncurry (DOM.setRequestHeader xhr))
233234
result :: MVar (Either XHRError (Response a)) <- liftIO newEmptyMVar

0 commit comments

Comments
 (0)