-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Strange behavior of node.js on Windows: having expression (at line 120)
init(function(){});prevents autoprovisioning process completion as it stack in infinite cycle of creating-checking-dropping of temp index. db.init can't signal of successful result by calling "done" function back.
Commenting this line out solve problem with autoprovisioning but breaks app after restart:
TypeError: Cannot read property 'query' of undefined
So, to make it works back I need to uncomment this line.
Couchbase: 4.0.0-2213 DEV Edition (build-2213)
Node.js: v0.12.2
Windows 7 x64
Metadata
Metadata
Assignees
Labels
No labels