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

Changed "url" to "buffer" in `file.getBuffer` callback #284

Merged
merged 1 commit into from Mar 18, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Changed "url" to "buffer" in `file.getBuffer` callback

  • Loading branch information
Liam Curry
Liam Curry committed Mar 18, 2015
commit 0efed15d769266e3f83d832e54c9e55bd7c2a7f8
@@ -456,7 +456,7 @@ You can pass `opts` to stream only a slice of a file.

Both `start` and `end` are inclusive.

#### `file.getBuffer(function callback (err, url) {})`
#### `file.getBuffer(function callback (err, buffer) {})`

Get the file contents as a `Buffer`.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.