+1
-3
@@ -126,5 +126,3 @@ // Generated by LiveScript 1.5.0 | ||
| if (args.length === num_args && typeof callback === 'function') { | ||
| return wrapped.bind(this).apply(null, args).then(callback, function(err){ | ||
| return console.log(err); | ||
| }); | ||
| return wrapped.bind(this).apply(null, args).then(callback); | ||
| } else { | ||
@@ -131,0 +129,0 @@ return wrapped.bind(this).apply(null, slice$.call(args).concat([callback])); |
+1
-1
| { | ||
| "name": "cfy", | ||
| "version": "1.0.12", | ||
| "version": "1.0.13", | ||
| "description": "Use generators and yield to write regular callback-based functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25379
5.2%229
-0.87%