Ran into a blatant lie in the following error message:
/root/hackathon/ndb/dump.js:4
ndb.runcmd_async(handle, "::status", function(err, data) { console.log("in the
^
TypeError: Argument 2 not of type SHIM_TYPE_FUNCTION
at Object.<anonymous> (/root/hackathon/ndb/dump.js:4:5)
at Module._compile (module.js:456:26)
Where argument 2 is clearly a function.
The related code (which is not free of other issues) is:
Ran into a blatant lie in the following error message:
Where argument 2 is clearly a function.
The related code (which is not free of other issues) is:
NB: building on SmartOS with node 0.10.17