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

Add event_sources.json to setup message #402

Merged
merged 3 commits into from
Dec 19, 2017

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented Dec 19, 2017

It changed to display by using console format.

It changed to display by using console format.
lib/main.js Outdated
'Edit the .env, deploy.env, %s, event_sources.json and %s files as needed.',
program.contextFile,
program.eventFile
)
Copy link
Collaborator

@DeviaVir DeviaVir Dec 19, 2017

Choose a reason for hiding this comment

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

might look nicer as:

console.log(`Setup done.
Edit the .env, deploy.env, ${program.contextFile}, event_sources.json and ${program.eventFile} as needed.`)

see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK!
(Because the width was long, I tried to adopt format to do some line breaks.)

@DeviaVir DeviaVir merged commit 55d7522 into motdotla:master Dec 19, 2017
@abetomo abetomo deleted the fix_setup_message branch December 19, 2017 11:20
abetomo added a commit to abetomo/node-lambda that referenced this pull request Dec 20, 2017
Because we used template literals at motdotla#402,
we unified.
DeviaVir pushed a commit that referenced this pull request Dec 20, 2017
Because we used template literals at #402,
we unified.
@DeviaVir DeviaVir mentioned this pull request Jan 7, 2018
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