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
Hello everybody,
in lib/pool.js around line 456, in case of catch you call cb(e, null) but you should check if "cb" is not null: if (cb) { cb(e, null) } isn't it?