revelrylabs / elixir-nodejs

An Elixir API for calling Node.js functions
MIT License
217 stars 31 forks source link

Fix NODE_PATH for Windows #36

Closed oohnoitz closed 4 years ago

oohnoitz commented 4 years ago

Fixes #34

This implements node_path_separator/0 to determine which separator to use when combining the PATH used for NODE_PATH.