first commit
This commit is contained in:
7
batch/util/debug.js
Normal file
7
batch/util/debug.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var debug = require('debug');
|
||||
|
||||
module.exports = function batchDebug (ns) {
|
||||
return debug(['batch', ns].join(':'));
|
||||
};
|
||||
Reference in New Issue
Block a user