Add initial send argument

This commit is contained in:
brunosimon
2017-07-30 14:29:29 +02:00
parent 33c2c017ec
commit a847393444
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class Watcher
{
// ignored: /[\/\\]\./,
ignored: regex,
ignoreInitial: true
ignoreInitial: !this.config.initialSend
}
)