We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ea7a commit c5935b1Copy full SHA for c5935b1
index.js
@@ -268,7 +268,7 @@ function Handbook() {
268
// synchronously by omitting the callback.
269
//
270
Handbook.prototype.get = function get(file, callback) {
271
- read.apply(this, arguments);
+ return read.apply(this, arguments);
272
};
273
274
package.json
@@ -2,7 +2,7 @@
2
"author": "Nodejitsu <[email protected]> (http://nodejitsu.com)",
3
"name": "nodejitsu-handbook",
4
"description": "A gentle introduction to the art of nodejitsu",
5
- "version": "0.6.1",
+ "version": "0.6.2",
6
"subdomain": "handbook",
7
"homepage": "http://www.nodejitsu.com/docs",
8
"repository": {
0 commit comments