echo out files responsible for restart

This commit is contained in:
remy
2010-10-03 23:29:58 +01:00
parent 00be502163
commit 0e6950c7e8

View File

@@ -61,7 +61,7 @@ function startMonitor() {
if (files.length) {
sys.log('[nodemon] restarting due to changes...');
finalFiles.forEach(function (file) {
files.forEach(function (file) {
sys.log('[nodemon] ' + file);
});
sys.print('\n\n');