Skip to content

Instantly share code, notes, and snippets.

@sblom

sblom/a.js.out Secret

Last active December 10, 2015 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sblom/6112d3a802278b569a80 to your computer and use it in GitHub Desktop.
Save sblom/6112d3a802278b569a80 to your computer and use it in GitHub Desktop.
e:\src\node\Debug>node a.js
pid=473060
stdout: hello
stdout: { writable: true,
stdout: readable: false,
stdout: _handle:
stdout: { writeQueueSize: 6,
stdout: owner: [Circular],
stdout: onread: [Function: onread] },
stdout: onend: null,
stdout: _events:
stdout: { finish: [Function: onSocketFinish],
stdout: _socketEnd: [Function: onSocketEnd],
stdout: end: { [Function: g] listener: [Function: onend] } },
stdout: destroyed: false,
stdout: errorEmitted: false,
stdout: bytesRead: 0,
stdout: _bytesDispatched: 6,
stdout: _pendingWrite: null,
stdout: _readableState:
stdout: { bufferSize: 16384,
stdout: highWaterMark: 16384,
stdout: lowWaterMark: 0,
stdout: buffer: [],
stdout: length: 0,
stdout: pipes: null,
stdout: pipesCount: 0,
stdout: flowing: false,
stdout: ended: false,
stdout: endEmitted: false,
stdout: reading: false,
stdout: sync: false,
stdout: onread: [Function],
stdout: needReadable: false,
stdout: emittedReadable: false,
stdout: ranOut: false,
stdout: awaitDrain: 0,
stdout: pipeChunkSize: null,
stdout: decoder: null },
stdout: domain: null,
stdout: _maxListeners: 10,
stdout: _writableState:
stdout: { highWaterMark: 16384,
stdout: lowWaterMark: 0,
stdout: needDrain: false,
stdout: ending: false,
stdout: ended: false,
stdout: finished: false,
stdout: finishing: false,
stdout: decodeStrings: false,
stdout: length: 6,
stdout: writing: true,
stdout: sync: false,
stdout: bufferProcessing: false,
stdout: onwrite: [Function],
stdout: writecb: undefined,
stdout: writelen: 6,
stdout: buffer: [] },
stdout: allowHalfOpen: false,
stdout: read: null,
stdout: _type: 'pipe',
stdout: fd: 1,
stdout: _isStdio: true,
stdout: destroySoon: [Function],
stdout: destroy: [Function] }
child exit
e:\src\node\Debug>
e:\src\node\Debug>.\node.exe b.js
c1 pid = 462896
1
e:\src\node\Debug>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment