Publishing snafu fixed; forgot to run build tool

master
Sven Slootweg 8 years ago
parent bbb7d701f2
commit 350c5bdd48

@ -28,8 +28,6 @@ module.exports = function (method) {
resolve(result);
};
console.log(args);
// Synchronous errors are caught and propagated by Bluebird's `new Promise` already.
method.apply(_this, args);
});

Loading…
Cancel
Save