Skip to content
New issue

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

feat(generic): use an ora/promise helper instead of a global uncaughtRejection handler #50

Merged
merged 2 commits into from
Dec 31, 2016

Conversation

MarshallOfSound
Copy link
Member

ISSUES CLOSED: #38

This looks quite large, but it is actually just indenting 😆

output.forEach(data => process.stdout.write(data));
process.exit(code);
console.error('Failed to locate lintable Electron application'.red);
if (global._resolveError) global._resolveError();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I take it that this PR doesn't allow us to remove this kind of code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, actually we might be able to

@malept malept merged commit 1b6b727 into master Dec 31, 2016
@malept malept deleted the ora4 branch December 31, 2016 03:58
dsanders11 pushed a commit that referenced this pull request Jan 14, 2023
feat: Remember last selected version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants