PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
redis
/
lib
'use strict'; var index = require('../'); function debug () { if (index.debug_mode) { var data = Array.prototype.slice.call(arguments); data.unshift(new Date().toISOString()); console.error.apply(null, data); } } module.exports = debug;
[-] utils.js
[edit]
[-] extendedApi.js
[edit]
[+]
..
[-] commands.js
[edit]
[-] debug.js
[edit]
[-] multi.js
[edit]
[-] customErrors.js
[edit]
[-] command.js
[edit]
[-] createClient.js
[edit]
[-] individualCommands.js
[edit]