I'm currently trying to play with `purescript-node-readline` and I use `browserify` to bundle the purescript part of the codebase. The error I get is : ``` var stdoutIsTTY = $foreign.process.stdout.isTTY Cannot read property 'isTTY' of undefined ``` Have you got a clue on what's going on ?