Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

fix issues starting from other working dirs by changing to script dir… #75

Closed nbartzokas closed 6 years ago

nbartzokas commented 6 years ago

… in node_persistent_admin.js. This situation occurred in a recent project where I used https://github.com/tallesl/qckwinsvc to bundle my node scripts into windows services. This context broke node_persistent_admin's dependence on its local working directory. Changing to the scripts directory at the top fixes it, and preserves normal function in all other contexts I knew to test.