From adc5be020c7fff09a1c05ac771d5c5ab61002c23 Mon Sep 17 00:00:00 2001 From: yawnt Date: Sun, 15 Sep 2013 17:19:07 +0200 Subject: [PATCH] [fix] opts --- lib/caronte/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/caronte/index.js b/lib/caronte/index.js index 586ed3f60..ca3e64395 100644 --- a/lib/caronte/index.js +++ b/lib/caronte/index.js @@ -41,7 +41,7 @@ function createRightProxy(type) { !(args[cntr] instanceof Buffer) && args[cntr] !== res ) { - options = opts; + options = args[cntr]; cntr--; }