Extra character for some reason?

This commit is contained in:
Ash Wilson
2017-06-26 09:01:04 -04:00
parent 0b17b35244
commit d4edc6b894

View File

@@ -213,7 +213,7 @@ class RegistryWatcherNode {
// Private: Identify how this watcher relates to a request to watch a directory tree.
//
// * `pathSegments` filesystem path of a new {Watcher} already split into an Array of directory names.
//g
//
// Returns: A {ParentResult} referencing this node.
lookup (pathSegments) {
return new ParentResult(this, pathSegments)