Skip to content

Commit d135988

Browse files
committed
added missing semicolon
1 parent 742886c commit d135988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function toUint8Array (options, callback) {
144144
return new Promise((resolve, reject) => {
145145
this.toBuffer(options, callback).then((buff) => {
146146
resolve(Uint8Array.from(buff));
147-
})
147+
});
148148
});
149149
}
150150

0 commit comments

Comments
 (0)