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

module: fix style #1453

Closed
wants to merge 1 commit into from
Closed

module: fix style #1453

wants to merge 1 commit into from

Conversation

silverwind
Copy link
Contributor

Style fix for #1363

R=@Fishrock123

@silverwind silverwind added the module Issues and PRs related to the module subsystem. label Apr 17, 2015
@Fishrock123
Copy link
Contributor

Question, should this be split across 2 lines with \n?

I'd say LGTM since the linter will complain otherwise.

@silverwind
Copy link
Contributor Author

should this be split across 2 lines

I'd rather not do that, as it could seem intrusive. There's an argument for 80 characters, but it'd be our first muli-line print. I've found two more cases with long messages:

https://github.com/iojs/io.js/blob/cd60ff03281a7e5a2cf0f7a2349303f1d44bb778/lib/buffer.js#L446-L447
https://github.com/iojs/io.js/blob/cd60ff03281a7e5a2cf0f7a2349303f1d44bb778/lib/_stream_writable.js#L125-L126

silverwind added a commit that referenced this pull request Apr 17, 2015
This makes the linter happy again.

PR-URL: #1453
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@silverwind
Copy link
Contributor Author

Merged in 5b844e1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module Issues and PRs related to the module subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants