Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custody crashed when toggling in and out of maintail with tab #75

Open
logandavis opened this issue Oct 30, 2018 · 0 comments
Open

Custody crashed when toggling in and out of maintail with tab #75

logandavis opened this issue Oct 30, 2018 · 0 comments

Comments

@logandavis
Copy link

The error:

TypeError: Cannot read property 'add' of null
    at Tail.tail.on.line (/Users/ldavis/.nvm/versions/node/v8.9.3/lib/node_modules/@custody/cli/dist/index.js:528:18)
    at emitOne (events.js:116:13)
    at Tail.emit (events.js:211:7)
    at ReadStream.stream.on (/Users/ldavis/.nvm/versions/node/v8.9.3/lib/node_modules/@custody/cli/node_modules/tail/lib/tail.js:47:31)
    at emitOne (events.js:121:20)
    at ReadStream.emit (events.js:211:7)
    at addChunk (_stream_readable.js:263:12)
    at readableAddChunk (_stream_readable.js:246:13)
    at ReadStream.Readable.push (_stream_readable.js:208:10)
    at onread (fs.js:2050:12)
The above error occurred in the <CommandMenu> component:
    in CommandMenu (created by Console)
    in box (created by Console)
    in Console

My custodyrc:

{
  "plugins": [
    "@custody/plugin-command-restart-server",
    "@custody/plugin-command-start-debugger",
    "@custody/plugin-clear-port-conflicts"
  ]
}

For context, I was trying to toggle out of maintail when custody crashed. Right before trying this, I had opened and closed the menu with /. Not very high priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant