diff options
author | Samy Pesse <samypesse@gmail.com> | 2015-09-06 21:13:18 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2015-09-06 21:13:18 +0200 |
commit | 14b72b344f3b1e5a747fdae342c8bc82599f9e92 (patch) | |
tree | 1637b61a4ceab2c044c4d56f10d5d9a45fdec38a /lib/index.js | |
parent | ac03668063bd7639dbac018718589143c0c462be (diff) | |
download | gitbook-14b72b344f3b1e5a747fdae342c8bc82599f9e92.zip gitbook-14b72b344f3b1e5a747fdae342c8bc82599f9e92.tar.gz gitbook-14b72b344f3b1e5a747fdae342c8bc82599f9e92.tar.bz2 |
Log modified file in watcher
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index 7a54793..b5aa06d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -158,7 +158,7 @@ module.exports = { .then(function(filepath) { // set livereload path lrPath = filepath; - console.log("Restart after change in files"); + console.log("Restart after change in file", filepath); console.log(''); return generate(); }) |