abicky / nodejs-repl.el

Run Node.js REPL and communicate with the process
190 stars 38 forks source link

add expand-file-name when load-file #13

Closed jiacai2050 closed 7 years ago

jiacai2050 commented 7 years ago

when load file, .load ~/foo.js will fail for not recongnizing ~, so expand filename

abicky commented 7 years ago

Thank you for your PR! Could you revert the change of the version number? I will bump the version number in a release branch after merging this PR.

abicky commented 7 years ago

I've released version 0.1.5 which includes your change. Thank you :)