Ethan Zeng
Ethan Zeng
This is my context. The process of crconsole cannot exit otherwise I a give it another ^C.  My expect of it is like the behavior of nodejs,...
Is there any way to achieve the "execute and exit"? Maybe I can have a try.
suggested patch: ``` var combo = function(a, min, max) { min = min || 1; min = min > 1 ? min : 1; max = max < a.length ?...