Skip to content

Commit 4cad064

Browse files
authored
Merge pull request #40 from kav/issue_38
Fix for issue #38
2 parents ca4147f + fb643bd commit 4cad064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-bwipjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports.toBuffer = function(args, callback) {
105105

106106
// Call into the BWIPP cross-compiled code
107107
try {
108-
bwipp()(bw, bcid, text, args);
108+
bwipp()(bw, bcid, text, opts);
109109
bw.bitmap().getPNG(rot, callback);
110110
} catch (e) {
111111
// Invoking this callback is synchronous.

0 commit comments

Comments
 (0)