Description
Hey, it seems when i ran mcat download < monster.json or wherever my json files is it seems to output all of the songs downloaded then stops about half way through. this is the output iam seeing. i managed to get this run on Linux with NodeJS 9.2.0 and Ubuntu 17.10
console.js:117
throw e;
^
RangeError: Maximum call stack size exceeded
at Object.exports._unrefActive (timers.js:149:32)
at WriteStream._unrefTimer (net.js:264:12)
at WriteStream.Socket._writeGeneric (net.js:729:8)
at WriteStream.Socket._write (net.js:792:8)
at doWrite (_stream_writable.js:388:12)
at writeOrBuffer (_stream_writable.js:374:5)
at WriteStream.Writable.write (_stream_writable.js:291:11)
at WriteStream.Socket.write (net.js:710:40)
at write (console.js:112:12)
at Console.log (console.js:129:3)