Skip to content

Instantly share code, notes, and snippets.

@wizzard0
Created June 12, 2016 23:13
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 wizzard0/c582ae906df22c353219f910df2551e1 to your computer and use it in GitHub Desktop.
Save wizzard0/c582ae906df22c353219f910df2551e1 to your computer and use it in GitHub Desktop.
carpona test session
C:\dev\kae\carpona\carpona-web>node cli.js
hello carpona.
] list
{ key: '22405171d26a4539a61004f9cab9dc88',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: null,
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'hello', params: [] } } }
{ key: 'ac8102f3a1d346d7b9c32784d211374c',
type: 'sessionRoot (f02da0f405174a8a8d806c9b617a61b3)',
data:
{ firstCommandId: '22405171d26a4539a61004f9cab9dc88',
ns: '05b9749fb59c42458725c38756e8e443' } }
{ key: '19723f68ff964b34894281956868d3dc',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: '22405171d26a4539a61004f9cab9dc88',
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'list', params: [Object] } } }
] add fff
] list
{ key: '22405171d26a4539a61004f9cab9dc88',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: null,
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'hello', params: [] } } }
{ key: 'ac8102f3a1d346d7b9c32784d211374c',
type: 'sessionRoot (f02da0f405174a8a8d806c9b617a61b3)',
data:
{ firstCommandId: '22405171d26a4539a61004f9cab9dc88',
ns: '05b9749fb59c42458725c38756e8e443' } }
{ key: '19723f68ff964b34894281956868d3dc',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: '22405171d26a4539a61004f9cab9dc88',
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'list', params: [Object] } } }
{ key: '11c296b5d6b54b69b239b92dd90ad003',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: '19723f68ff964b34894281956868d3dc',
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'add', params: [Object] } } }
{ key: 'f0e5665797b54470afd0b1141de54152',
type: 'logFact (670378e6c86b426ba66f202306a2073d)',
data: 'fff' }
{ key: '2eb3104115e14f44ad91676c79a86855',
type: 'storedCommand (149e0a4be9bc45f1872bb962ee9f74ac)',
data:
{ prev: '11c296b5d6b54b69b239b92dd90ad003',
sid: 'ac8102f3a1d346d7b9c32784d211374c',
v: { type: 'list', params: [Object] } } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment