tower-archive / tower

UNMAINTAINED - Small components for building apps, manipulating data, and automating a distributed infrastructure.
http://tower.github.io
MIT License
1.79k stars 120 forks source link

Fixed path error for windows (maybe other os) #320

Closed thehydroimpulse closed 12 years ago

thehydroimpulse commented 12 years ago

When your inside a Tower application and use tower ... it would return an error saying that scripts\tower not found, but obviously it was there. Windows has a different beginning path and so process.env.PWD returned null but process.cwd() was successful.

lancejpollard commented 12 years ago

Thanks!

thehydroimpulse commented 12 years ago

No Worries.