芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/redis/lib/debug.js
'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;