You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(cli-repl): log env vars useful for troubleshooting MONGOSH-1064 (#1161)
Log the values of:
- `$TERM`, because knowing the terminal type can be useful for
debugging issues regarding our usage of the Node.js readline module
- `$EDITOR`, because it is used by the `edit` feature
- `$NODE_OPTIONS`, because it influences the way that mongosh runs
(and in particular can contain preload modules)
0 commit comments