1
This commit is contained in:
11
nodejs/node_modules/redis/lib/debug.js
generated
vendored
Executable file
11
nodejs/node_modules/redis/lib/debug.js
generated
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var index = require('../');
|
||||
|
||||
function debug () {
|
||||
if (index.debug_mode) {
|
||||
console.error.apply(null, arguments);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = debug;
|
||||
Reference in New Issue
Block a user