From ea128849dae91470e525af05f397766aae87684e Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 18 Aug 2017 09:48:53 -0400 Subject: [PATCH] :shirt: --- src/native-watcher-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native-watcher-registry.js b/src/native-watcher-registry.js index 0fffe4f77..798ff0619 100644 --- a/src/native-watcher-registry.js +++ b/src/native-watcher-registry.js @@ -436,7 +436,7 @@ class NativeWatcherRegistry { // registry. // // Returns a {String} showing the tree structure. - print() { + print () { return this.tree.print() } }