Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix example of excludeMain (#40)
resolve #39
  • Loading branch information
DanSnow authored and schnittstabil committed Feb 16, 2017
1 parent 8dc81c1 commit f66eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -91,7 +91,7 @@ function fn() {

fn.method = (data, callback) => {
setImmediate(() => {
callback(data, null);
callback(null, data);
});
};

Expand Down

0 comments on commit f66eebc

Please sign in to comment.