You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
chore: use standard
This commit is contained in:
12
lib/debug.js
12
lib/debug.js
@@ -1,11 +1,11 @@
|
||||
'use strict';
|
||||
'use strict'
|
||||
|
||||
var index = require('../');
|
||||
var index = require('../')
|
||||
|
||||
function debug () {
|
||||
if (index.debugMode) {
|
||||
console.error.apply(null, arguments);
|
||||
}
|
||||
if (index.debugMode) {
|
||||
console.error.apply(null, arguments)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = debug;
|
||||
module.exports = debug
|
||||
|
Reference in New Issue
Block a user