You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
There is synchronous call in buildChildBuffers function in the file populateBuffers.js, line 68. This problem is widely covered here - caolan/async#588. I guess it would be enough to change line 68 from nextParent() to async.setImmediate(nextParent).
The text was updated successfully, but these errors were encountered:
More of this bug here - https://github.com/balderdashy/waterline/issues/733
There is synchronous call in
buildChildBuffers
function in the filepopulateBuffers.js
, line 68. This problem is widely covered here - caolan/async#588. I guess it would be enough to change line 68 fromnextParent()
toasync.setImmediate(nextParent)
.The text was updated successfully, but these errors were encountered: