Skip to content

Commit

Permalink
Merge pull request #40 from kav/issue_38
Browse files Browse the repository at this point in the history
Fix for issue #38
  • Loading branch information
metafloor authored Jun 22, 2016
2 parents ca4147f + fb643bd commit 4cad064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-bwipjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports.toBuffer = function(args, callback) {

// Call into the BWIPP cross-compiled code
try {
bwipp()(bw, bcid, text, args);
bwipp()(bw, bcid, text, opts);
bw.bitmap().getPNG(rot, callback);
} catch (e) {
// Invoking this callback is synchronous.
Expand Down

0 comments on commit 4cad064

Please sign in to comment.