-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Potential Bug fix for forever exited with code 0
- Loading branch information
Arvind Agarwal
authored and
Arvind Agarwal
committed
Aug 25, 2015
1 parent
f10ec1f
commit 00cad99
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not sure if the forever could be installed more than twice, but if you want the last install path, then it might be better to do
rs[rs.length-1]
instead ofrs[1]
— it seems safe in any case anyways?