Skip to content

Instantly share code, notes, and snippets.

@dangerousbeans
Created April 14, 2016 01:16
Show Gist options
  • Save dangerousbeans/ed7298c2eeeb601f220a288e7014eb23 to your computer and use it in GitHub Desktop.
Save dangerousbeans/ed7298c2eeeb601f220a288e7014eb23 to your computer and use it in GitHub Desktop.
joran@SilverStar: ~/Documents/development/patchdeck master ⚡ $ node server.js
Log level: notice
RELOAD INDEX: {"version":5,"since":1460595421286.001}
LOAD LINKS SINCE null 1460595421286.001
.buffer.js:627
const buffer = this.subarray(start, end);
^
RangeError: Maximum call stack size exceeded
at new Uint8Array (native)
at Buffer.subarray (native)
at Buffer.slice (buffer.js:627:23)
at Object.<anonymous> (/Users/joran/Documents/development/patchdeck/node_modules/pull-box-stream/index.js:75:24)
at /Users/joran/Documents/development/patchdeck/node_modules/pull-through/index.js:56:22
at /Users/joran/Documents/development/patchdeck/node_modules/pull-abortable/index.js:38:11
at /Users/joran/Documents/development/patchdeck/node_modules/pull-inactivity/node_modules/pull-stream/throughs.js:126:7
at pull (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/index.js:46:22)
at next (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/node_modules/looper/index.js:7:11)
at module.exports (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/node_modules/looper/index.js:13:5)
FAIL: 1
joran@SilverStar: ~/Documents/development/patchdeck master ⚡ $ node server.js
Log level: notice
RELOAD INDEX: {"version":5,"since":1460595421286.001}
LOAD LINKS SINCE null 1460595421286.001
.buffer.js:627
const buffer = this.subarray(start, end);
^
RangeError: Maximum call stack size exceeded
at new Uint8Array (native)
at Buffer.subarray (native)
at Buffer.slice (buffer.js:627:23)
at Object.<anonymous> (/Users/joran/Documents/development/patchdeck/node_modules/pull-box-stream/index.js:75:24)
at /Users/joran/Documents/development/patchdeck/node_modules/pull-through/index.js:56:22
at /Users/joran/Documents/development/patchdeck/node_modules/pull-abortable/index.js:38:11
at /Users/joran/Documents/development/patchdeck/node_modules/pull-inactivity/node_modules/pull-stream/throughs.js:126:7
at pull (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/index.js:46:22)
at next (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/node_modules/looper/index.js:7:11)
at module.exports (/Users/joran/Documents/development/patchdeck/node_modules/pull-through/node_modules/looper/index.js:13:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment