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 promote function and tests #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add promote function and tests #4

wants to merge 1 commit into from

Conversation

benperez
Copy link
Owner

No description provided.


readFile('foo.txt', {encoding: 'utf8'})
.then((filecontents) => console.log('Here is foo.txt: ', filecontents))
.catch((error) => console.error('Got an error!', error));

Choose a reason for hiding this comment

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

You could drop the parens around the argument list.

Copy link
Owner Author

Choose a reason for hiding this comment

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

good catch

@benperez benperez force-pushed the bp-promote branch 3 times, most recently from 22dd92e to 871919d Compare May 29, 2015 23:35
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