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

Fix error message #67

Merged
merged 2 commits into from
Aug 25, 2017
Merged

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Aug 25, 2017

Before modification, there was meaningless line break.
Example:

  Error --------------------------------------------------

  Unable to link dependency 'hoge' because a file
                             by the same name exists in this service

I fixed it.
Example:

  Error --------------------------------------------------

  Unable to link dependency 'hoge' because a file by the same name exists in this service

Before modification, there was meaningless line break.
Example:
```
  Error --------------------------------------------------

  Unable to link dependency 'hoge' because a file
                             by the same name exists in this service
```

I fixed it.
Example:
```
  Error --------------------------------------------------

  Unable to link dependency 'hoge' because a file by the same name exists in this service
```
It has made it within 80 characters.
@dschep
Copy link
Contributor

dschep commented Aug 25, 2017

Good call, i noticed that spacing was weird when I implemented another error message recently.

@dschep dschep merged commit 0cd7ba8 into serverless:master Aug 25, 2017
@abetomo abetomo deleted the improve_error_message branch August 25, 2017 13:31
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