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

hotfix: noop callbacks for the createAndSave function solves #171 #172

Merged
merged 2 commits into from
Jun 18, 2017

Conversation

kyuumeitai
Copy link
Contributor

Dirty but solves the issue.

bin/cleaver Outdated
@@ -69,7 +69,9 @@ program
var file = program.args[0];
var options = getOptions();
options.watch = true;
createAndSave([file], options);
createAndSave([file], options, function() {

Copy link
Collaborator

Choose a reason for hiding this comment

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

can you have it the same way, on single line, like in the other one, please?

@sudodoki
Copy link
Collaborator

Thanks so much for stepping up and providing fix for this! 👏 Can you do this little change from comment as well, please?

@kyuumeitai
Copy link
Contributor Author

There!

@sudodoki
Copy link
Collaborator

Looks good. Will try to merge & publish over weekend or maybe someone else will get to that before me. 😉

@sudodoki
Copy link
Collaborator

Fixes #171

@sudodoki sudodoki merged commit aeca2a3 into jdan:master Jun 18, 2017
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