Skip to content

Commit

Permalink
[fix] opts
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 15, 2013
1 parent 0637322 commit adc5be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caronte/index.js
Expand Up @@ -41,7 +41,7 @@ function createRightProxy(type) {
!(args[cntr] instanceof Buffer) &&
args[cntr] !== res
) {
options = opts;
options = args[cntr];
cntr--;
}

Expand Down

0 comments on commit adc5be0

Please sign in to comment.