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

can still use deleted functions after a save #27

Closed ghost closed 8 years ago

ghost commented 8 years ago

If I define a function in a file, use it in replpad, then delete the function in the file and save it, I can still use the function in replpad until I restart it. I'd expect the function to be not defined after the file save without having to restart.

thlorenz commented 8 years ago

Yeah, it's a repl, so things work differently and that won't change. Restart the repl after you deleted the function if that bugs you.

ghost commented 8 years ago

:baby: