adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example, not working...

h0x91b opened this issue · comments

/Users/h0x91b/Desktop/HBASE/nodejs/node_modules/hbase/lib/hbase-table.js:16
args = Array.prototype.slice.call(arguments_);
^
ReferenceError: arguments_ is not defined
at Table.create (/Users/h0x91b/Desktop/HBASE/nodejs/node_modules/hbase/lib/hbase-table.js:16:37)
at Object. (/Users/h0x91b/Desktop/HBASE/nodejs/index.js:7:2)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)

I greped in source and found 10+ "arguments_", is it ok?

Not ok, I just published a new version to fix this