seeking help from nodejs gurus out there on usage of promises. I have the following test program, in which I invoke an async "q" function that simply throws an exception. This program leaks memory pretty consistently; but the leak goes away if uncomment the .done() call. seeking help from nodejs gurus out there on usa