What is the problem this feature will solve?
--watch gives no feedback on which file triggered the restart. This would be simple and useful info.
What is the feature you are proposing to solve the problem?
currently:
Restarting 'src/app.js'
executing app.js
Completed running 'src/app.js'. Waiting for file changes before restarting...
proposed:
Change detected in 'data/preliminary.csv'
Restarting 'src/app.js'
executing app.js
Completed running 'src/app.js'. Waiting for file changes before restarting...
What alternatives have you considered?
No response
What is the problem this feature will solve?
--watchgives no feedback on which file triggered the restart. This would be simple and useful info.What is the feature you are proposing to solve the problem?
currently:
proposed:
What alternatives have you considered?
No response