Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1.  
  2. C:\Users\leeradev\Desktop\trix>node app.js
  3. Trix is ready to use
  4. Logged in as Trix#0012
  5. Serving 3 servers with 702 users
  6. [Database] Connected.
  7. Cursor {
  8. _type: 3,
  9. _eachCb: [Function],
  10. _conn:
  11. TcpConnection {
  12. host: 'localhost',
  13. port: '28015',
  14. db: undefined,
  15. authKey: '',
  16. timeout: 20,
  17. ssl: false,
  18. outstandingCallbacks: {},
  19. nextToken: 2,
  20. open: true,
  21. closing: false,
  22. buffer: <Buffer >,
  23. _events: {},
  24. _eventsCount: NaN,
  25. _closePromise: null,
  26. rawSocket:
  27. Socket {
  28. connecting: false,
  29. _hadError: false,
  30. _handle: [Object],
  31. _parent: null,
  32. _host: 'localhost',
  33. _readableState: [Object],
  34. readable: true,
  35. domain: null,
  36. _events: [Object],
  37. _eventsCount: 7,
  38. _maxListeners: undefined,
  39. _writableState: [Object],
  40. writable: true,
  41. allowHalfOpen: false,
  42. _bytesDispatched: 330,
  43. _sockname: null,
  44. _pendingData: null,
  45. _pendingEncoding: '',
  46. server: null,
  47. _server: null,
  48. user: 'admin',
  49. password: '',
  50. read: [Function],
  51. _consuming: true,
  52. [Symbol(asyncId)]: 102,
  53. [Symbol(bytesRead)]: 0 } },
  54. _token: 1,
  55. _opts: {},
  56. _root: { [Filter] args: [ [Object], [Object] ], optargs: {} },
  57. _responses: [ { t: 2, r: [Array], n: [] } ],
  58. _responseIndex: 0,
  59. _outstandingRequests: 0,
  60. _iterations: 0,
  61. _endFlag: true,
  62. _contFlag: false,
  63. _closeAsap: false,
  64. _cont: null,
  65. _cbQueue: [],
  66. _closeCb: null,
  67. _closeCbPromise: null,
  68. next: [Function] }
  69. TypeError: Cannot read property 'toString' of undefined
  70. at Object.exports.run (C:\Users\leeradev\Desktop\trix\commands\test.js:9:23)
  71.  
  72. at <anonymous>
  73. ^C
  74. C:\Users\leeradev\Desktop\trix>
  75.  
  76. C:\Users\leeradev\Desktop\trix>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement