Skip to content

Commit

Permalink
tests: cleanup some lingering state in legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Oct 6, 2015
1 parent ddd4213 commit a18cdc3
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 314 deletions.
2 changes: 1 addition & 1 deletion lib/browser-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ BrowserSync.prototype.cleanup = function (cb) {
if (bs.watchers) {
Object.keys(bs.watchers).forEach(function (key) {
bs.watchers[key].watchers.forEach(function (watcher) {
watcher.close();
watcher.close();
});
});
}
Expand Down
Loading

0 comments on commit a18cdc3

Please sign in to comment.