Open
Description
Despite the verify action is in fact synchronize, the callback API does not.
It is specifically this line that released Zalgo.
Line 24 in 5a7fa23
Which can be fixed by wrapping it as such
done = function(err, data) {
setImmediate(callback, err, data);
};
Metadata
Metadata
Assignees
Labels
No labels