fix: add the missing process before exit function #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/missing-process-before-exit-function"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I happened to run the

pm-runtests --helplocally in prosemirror repo. And it happened to be missing the process before the exit function call. So a PR may be the fix for it.That was supposed to call
help, notexit. Attached patch fixes it.Pull request closed