From c4cee4d79eb3b6d8eb5e99424913ea5af103ec10 Mon Sep 17 00:00:00 2001 From: york yao Date: Thu, 26 Jan 2017 20:01:15 +0800 Subject: [PATCH] fix wrong CreateMode value --- node-zookeeper-client/index.d.ts | 2 +- node-zookeeper-client/node-zookeeper-client-tests.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node-zookeeper-client/index.d.ts b/node-zookeeper-client/index.d.ts index a85d14b7cc..227ebd45ad 100644 --- a/node-zookeeper-client/index.d.ts +++ b/node-zookeeper-client/index.d.ts @@ -132,7 +132,7 @@ export function createClient(connectionString: string, options?: Partial