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 paramaters #66

Merged
merged 2 commits into from
Sep 29, 2012
Merged

Fix paramaters #66

merged 2 commits into from
Sep 29, 2012

Conversation

joscha
Copy link
Contributor

@joscha joscha commented Sep 18, 2012

JS does not have parameter names - they were probably copied over from the node.js FS documentation unintentionally.

fs.writeFile has only on parameter to callback, which is the error callback (see here: http://nodejs.org/api/fs.html#fs_fs_writefile_filename_data_encoding_callback) - so the written classifier never gets passed back to the given callback.
chrisumbel added a commit that referenced this pull request Sep 29, 2012
@chrisumbel chrisumbel merged commit 9f58f20 into NaturalNode:master Sep 29, 2012
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