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
looks like command can be null here in some rare cases so CM Vim will throw an error when we try to access it's types as part of the keydown handler. Seems to be a more recent regression. Not sure if this is something we should be checking for.
Hard to get an exact repro but here's a screenshot of the stack trace we've seen in the wild:
The text was updated successfully, but these errors were encountered:
Gotcha yeah this is happening pretty infrequently. We just saw it in our logs. Perhaps we can bail if command is undefined? Although not sure myself how that would happen.
Also, it would be great to type vim.js but we can tackle that separately.
looks like
command
can be null here in some rare cases so CM Vim will throw an error when we try to access it's types as part of the keydown handler. Seems to be a more recent regression. Not sure if this is something we should be checking for.Hard to get an exact repro but here's a screenshot of the stack trace we've seen in the wild:
The text was updated successfully, but these errors were encountered: