We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Typing the character "c" as part of any keyword terminates the process, making it impossible to search for anything containing the letter "c".
I am running Mac OS 11.3.1
The text was updated successfully, but these errors were encountered:
it is because of line #11 of /src/components/App/Footer.tsx if (input === "c") { store.isCleanUpTime = true; process.exit(0);
if (input === "c") { store.isCleanUpTime = true; process.exit(0);
Sorry, something went wrong.
I've just created a pull request #18 fixing this issue. Now, the escape key is used for exiting the process instead.
No branches or pull requests
Typing the character "c" as part of any keyword terminates the process, making it impossible to search for anything containing the letter "c".
I am running Mac OS 11.3.1
The text was updated successfully, but these errors were encountered: