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
create a logger view for kd commands when things go bad. this can be an addition to the LoadingView
LoadingView
The text was updated successfully, but these errors were encountered:
I think we can utilize error notification. we can use;
atom.notifications.addFatalError(err.message, { stack: err.stack })
this way people can submit issues for kd commands fails as well.
kd
@sinan wdyt?
Sorry, something went wrong.
addError would be enough I think.
addError
No branches or pull requests
create a logger view for kd commands when things go bad. this can be an addition to the
LoadingView
The text was updated successfully, but these errors were encountered: