-
Notifications
You must be signed in to change notification settings - Fork 944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forever does not like absolute paths #84
Forever does not like absolute paths #84
Comments
Thanks. I'll investigate this tonight. |
Awesome, thanks!!! :) |
This is because of how path.join works:
Could check that the file exists before it tries a join?
|
Any reason why you're not using path.resolve()? Seems to me it was made for exactly this purpose. |
I believe my pull request would fix this: https://github.com/indexzero/forever/pull/85 Because you have the number |
@3rd-Eden Thanks I will merge that in tonight |
Yep, works, thanks! :) |
the problem is still not fixed in the current version! |
First off, with relative paths, everything is fine and dandy:
But if we use an absolute path, no such luck:
The text was updated successfully, but these errors were encountered: