question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`forever list` script naming is generic

See original GitHub issue

I title all of my apps app.js and identify them by the name of the folder they’re in.

Shouldn’t forever list give you the script name and the directory they’re inside?

myspecialapp/app.js

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
homamcommented, Oct 18, 2014

For everyone like me coming from Google: forever columns add dir

0reactions
indexzerocommented, Dec 15, 2015

Fixed in #471.

Read more comments on GitHub >

github_iconTop Results From Across the Web

forever list says "No forever processes running" #483
I am calling a bash script which then runs the forever command using full paths: /usr/local/bin/node /usr/local/bin/forever start [...] ...
Read more >
"forever" node.js installed but no longer working
forever : The term 'forever' is not recognized as the name of a cmdlet, function, script file, or operable program.
Read more >
Running Node.js scripts continuously using forever
Running a script with forever is simple. First, use the following command: forever start app.js. Note that app.js is the name of the...
Read more >
Forever
A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever). Latest version: 4.0.3, last published: a year ago....
Read more >
Advanced Bash-Scripting Guide
This tutorial assumes no previous knowledge of scripting or programming, yet progresses rapidly toward an intermediate/advanced level of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found