thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

replpad dox doesn't work on io.js #21

Open julianduque opened 9 years ago

julianduque commented 9 years ago
node v2.2.1 | ns-work.local | 8 cpus | darwin platform | v8 v4.2.77.20 | uv v1.5.0

plugins: vim | matchtoken

If in doubt, enter .help

pad > fs.read.dox()
pad > ERR! [Error: Documentation at [http://nodejs.org/docs/v2.2.1/api/fs.json] not found.]
thlorenz commented 9 years ago

:( I know just didn't have the time to fix it yet. I'm not sure if I should wait til all gets merged together or take some time to fix it. Also PRs are welcome ;)